Browse Source

feat: 修改agent地址为域名

dev-zw-agent
zhaowei 7 months ago
parent
commit
bf641b585c
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      react-ui/package.json
  2. +1
    -1
      react-ui/src/utils/constant.ts

+ 1
- 0
react-ui/package.json View File

@@ -6,6 +6,7 @@
"scripts": {
"analyze": "cross-env ANALYZE=1 max build",
"build": "max build",
"build-no-sso": "cross-env NO_SSO=true max build",
"deploy": "npm run build && npm run gh-pages",
"dev": "npm run start:dev",
"dev-no-sso": "cross-env NO_SSO=true npm run start:mock",


+ 1
- 1
react-ui/src/utils/constant.ts View File

@@ -25,4 +25,4 @@ export const ExperimentCompleted = 'ExperimentCompleted';
export const HomeUrl = '/workspace';

// 讯飞智能体
export const AgentUrl = 'http://36.103.199.74:12345';
export const AgentUrl = 'http://gfkd-agent.xfyun.cn:12345';

Loading…
Cancel
Save