From 6eb486d7c93fb08e7f79e5d7b29f56f62841c5fc Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Tue, 18 Feb 2025 17:34:36 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D/=E7=9F=A5=E8=AF=86?= =?UTF-8?q?=E5=9B=BE=E8=B0=B1demo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 1 - package.json | 1 + .../AIAssistant/AIDigitalHuman/index.vue | 19 +- .../AIAssistant/AIknowledgeGraph/index.vue | 6 +- .../managementLibrary/anjuan/tableList.vue | 16 +- .../managementLibrary/file/index.vue | 16 +- .../managementLibrary/juannei/index.vue | 16 +- .../managementLibrary/project/index.vue | 16 +- .../ureport/designer/index.vue | 7 +- .../collectionLibrary/anjuan/tableList.vue | 16 +- .../collectionLibrary/file/index.vue | 16 +- .../collectionLibrary/juannei/index.vue | 16 +- .../collectionLibrary/mixins/index.js | 1 + .../collectionLibrary/project/index.vue | 16 +- src/views/components/echarts/data.json | 1744 +++++++++++++++++ .../components/echarts/graph-relation.vue | 150 ++ src/views/components/echarts/graph.vue | 252 +++ src/views/components/echarts/graph1.vue | 160 ++ src/views/components/echarts/graph2.vue | 85 + src/views/components/echarts/graph4.vue | 253 +++ src/views/components/echarts/graph5.vue | 217 ++ src/views/components/echarts/graph6.vue | 219 +++ src/views/system/archivesCategory/index.vue | 6 + src/views/system/role/index.vue | 28 +- 25 files changed, 3203 insertions(+), 76 deletions(-) create mode 100644 src/views/components/echarts/data.json create mode 100644 src/views/components/echarts/graph-relation.vue create mode 100644 src/views/components/echarts/graph.vue create mode 100644 src/views/components/echarts/graph1.vue create mode 100644 src/views/components/echarts/graph2.vue create mode 100644 src/views/components/echarts/graph4.vue create mode 100644 src/views/components/echarts/graph5.vue create mode 100644 src/views/components/echarts/graph6.vue 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 @@