diff --git a/.env.development b/.env.development index 28d1af1..2b5821c 100644 --- a/.env.development +++ b/.env.development @@ -6,7 +6,7 @@ ENV = 'development' VUE_APP_BASE_API = 'http://192.168.99.72:11100' VUE_APP_WS_API = 'ws://192.168.99.72:11100' -#VUE_APP_BASE_API = 'http://192.168.99.107:11100' +# VUE_APP_BASE_API = 'http://192.168.99.107:11100' # 是否启用 babel-plugin-dynamic-import-node插件 VUE_CLI_BABEL_TRANSPILE_MODULES = true diff --git a/.env.production b/.env.production index e11f962..8adacef 100644 --- a/.env.production +++ b/.env.production @@ -2,7 +2,6 @@ ENV = 'production' # 如果使用 Nginx 代理后端接口,那么此处需要改为 '/',文件查看 Docker 部署篇,Nginx 配置 # 接口地址,注意协议,如果你没有配置 ssl,需要将 https 改为 http -# VUE_APP_BASE_API = 'https://openapitest.aiyxlib.com' VUE_APP_BASE_API = 'http://192.168.99.107:11100' # VUE_APP_BASE_API = 'http://27.19.215.77:11100' # VUE_APP_BASE_API = 'http://27.16.212.58:11100' diff --git a/package.json b/package.json index 53f9d2a..48d25b6 100644 --- a/package.json +++ b/package.json @@ -77,6 +77,7 @@ "qs": "^6.10.1", "quill": "^1.3.7", "quill-image-resize-module": "^3.0.0", + "relation-graph": "^2.2.10", "screenfull": "4.2.0", "sm-crypto": "^0.3.2", "sortablejs": "1.8.4", diff --git a/src/views/AIAssistant/AIDigitalHuman/index.vue b/src/views/AIAssistant/AIDigitalHuman/index.vue index fa293e8..9688550 100644 --- a/src/views/AIAssistant/AIDigitalHuman/index.vue +++ b/src/views/AIAssistant/AIDigitalHuman/index.vue @@ -1,6 +1,8 @@