From 0aac8da34e9374e516e560acc5b80cf2df925e75 Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Fri, 28 Feb 2025 17:20:09 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9F=A5=E8=AF=86=E5=9B=BE=E8=B0=B1/pression?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 4 +- public/static/config.js | 4 +- src/components/Crud/CRUD.operation.vue | 6 +- src/components/Crud/UD.operation.vue | 4 +- src/neo4j.js | 73 ++- src/views/AIAssistant/AICataloging/index.vue | 162 +++---- .../archiveKeeping/deviceManage/index.vue | 8 +- .../archiveKeeping/deviceManage/tableList.vue | 4 +- .../module/collectHeader.vue | 8 +- .../module/collectHeader.vue | 85 ++-- src/views/components/echarts/graph.vue | 291 ++++++------ src/views/components/echarts/graph222.vue | 425 ++++++++++++++++++ src/views/storeManage/deviceManage/index.vue | 6 +- .../deviceManage/module/deviceDetail.vue | 4 +- .../storeManage/tagManage/tagLog/index.vue | 2 +- .../archiveScopeManage/module/tableList.vue | 6 +- .../archivesCategory/fieldManage/index.vue | 2 +- .../archivesCategory/fileNoFormat/index.vue | 8 +- src/views/system/archivesCategory/index.vue | 8 +- .../archivesCategory/listBrowsing/index.vue | 8 +- .../archivesCategory/orderingRule/index.vue | 8 +- .../archivesClassify/module/tableList.vue | 8 +- src/views/system/dict/dictDetail.vue | 4 +- .../fileLibraryManage/fieldManage/index.vue | 2 +- src/views/system/fileLibraryManage/index.vue | 8 +- .../fileLibraryManage/listBrowsing/index.vue | 8 +- .../fileLibraryManage/orderingRule/index.vue | 8 +- src/views/system/metadata/index.vue | 6 +- .../fieldManage/index.vue | 2 +- .../listBrowsing/index.vue | 8 +- .../orderingRule/index.vue | 8 +- 31 files changed, 792 insertions(+), 396 deletions(-) create mode 100644 src/views/components/echarts/graph222.vue diff --git a/.env.production b/.env.production index 1001a1a..8adacef 100644 --- a/.env.production +++ b/.env.production @@ -2,10 +2,10 @@ ENV = 'production' # 如果使用 Nginx 代理后端接口,那么此处需要改为 '/',文件查看 Docker 部署篇,Nginx 配置 # 接口地址,注意协议,如果你没有配置 ssl,需要将 https 改为 http -# VUE_APP_BASE_API = 'http://192.168.99.107:11100' +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' -VUE_APP_BASE_API = 'http://192.168.99.71:11110' +# VUE_APP_BASE_API = 'http://192.168.99.71:11110' # 如果接口是 http 形式, wss 需要改为 ws VUE_APP_WS_API = 'ws://27.16.212.58:11110' VUE_APP_CAMERA_API = '192.168.99.107:3000' diff --git a/public/static/config.js b/public/static/config.js index e157579..f08cee0 100644 --- a/public/static/config.js +++ b/public/static/config.js @@ -1,8 +1,8 @@ window.g = { AXIOS_TIMEOUT: 10000, // ApiUrl: 'http://27.16.212.58:11100', // 配置服务器地址, - ApiUrl: 'http://192.168.99.71:11110', - // ApiUrl: 'http://192.168.99.107:11100', + // ApiUrl: 'http://192.168.99.71:11110', + ApiUrl: 'http://192.168.99.107:11100', // ParentPage: { // 后续看需求配置 // CrossDomainProxyUrl: '/Home/CrossDomainProxy', // BtnsApi: '/api/services/app/Authorization/GetBtns', diff --git a/src/components/Crud/CRUD.operation.vue b/src/components/Crud/CRUD.operation.vue index 4e6b211..bab6b68 100644 --- a/src/components/Crud/CRUD.operation.vue +++ b/src/components/Crud/CRUD.operation.vue @@ -4,18 +4,18 @@ - + 新增 - + 编辑 - + 删除 diff --git a/src/components/Crud/UD.operation.vue b/src/components/Crud/UD.operation.vue index 806a91b..eb86d84 100644 --- a/src/components/Crud/UD.operation.vue +++ b/src/components/Crud/UD.operation.vue @@ -1,7 +1,7 @@