From 079a4734e6840016b8ac221bfc19358e74617965 Mon Sep 17 00:00:00 2001 From: Vce Date: Wed, 17 Apr 2024 21:05:05 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=A0=B9=E6=8D=AE=E5=AE=A2=E6=88=B7?= =?UTF-8?q?=E9=9C=80=E6=B1=82=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5=E5=8F=8A?= =?UTF-8?q?ai=E9=A2=84=E8=AD=A6=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 5 ++- .env.production | 4 +- src/config/config.ts | 4 +- .../projectOverview/leftCenter.vue | 39 +++++++++++++++---- .../aIEarlyWarning/bottomRight.vue | 7 +++- .../aIEarlyWarning/index.vue | 1 + .../aIEarlyWarning/topCenter.vue | 38 +++++++++++++++--- 7 files changed, 77 insertions(+), 21 deletions(-) diff --git a/.env.development b/.env.development index e333189..65cbf35 100644 --- a/.env.development +++ b/.env.development @@ -3,7 +3,7 @@ NODE_ENV = 'development' # 本地环境接口地址(/api/index.ts文件中使用) # 后端本地 -VITE_API_URL = 'http://192.168.34.221:9111' +# VITE_API_URL = 'http://192.168.34.221:9111' # VITE_API_URL = 'http://192.168.34.221:28888' # VITE_API_URL = 'http://121.196.214.246/api' # VITE_API_URL = 'http://jxj.zhgdyun.com:100' @@ -15,13 +15,14 @@ VITE_API_URL = 'http://192.168.34.221:9111' # 演示平台 # VITE_API_URL = 'http://jxj.zhgdyun.com:9809' # 百色七参数线上地址 -VITE_API_URL = 'http://101.43.164.214:11111' +# VITE_API_URL = 'http://101.43.164.214:11111' # 七参数标准版(测试平台) # VITE_API_URL = 'http://jxj.zhgdyun.com:15551' # 七参数标准版(测试平台) # VITE_API_URL = 'http://182.90.224.237:15551' # agjt # VITE_API_URL = 'http://47.93.215.234:9809' +VITE_API_URL = 'http://jxj.zhgdyun.com:19812' # 上传 VITE_ULD_API_URL = 'http://192.168.34.155:8012/onlinePreview?url=' diff --git a/.env.production b/.env.production index af81f8e..9467bd1 100644 --- a/.env.production +++ b/.env.production @@ -12,7 +12,7 @@ NODE_ENV = "production" # VITE_API_URL = "http://183.249.224.118:9003" # 百色 新项目通用地址 -VITE_API_URL = 'http://101.43.164.214:11111' +# VITE_API_URL = 'http://101.43.164.214:11111' # 七参数标准版(演示平台) # VITE_API_URL = 'http://jxj.zhgdyun.com:9809' @@ -21,7 +21,7 @@ VITE_API_URL = 'http://101.43.164.214:11111' # 七参数标准版(测试平台) # VITE_API_URL = 'http://182.90.224.237:15551' # agjt -# VITE_API_URL = 'http://47.93.215.234:9809' +VITE_API_URL = 'http://47.93.215.234:9809' # 打包 VITE_ULD_API_URL = 'http://jxj.zhgdyun.com:8012/onlinePreview?url=' diff --git a/src/config/config.ts b/src/config/config.ts index 1772b2a..d03b9fe 100644 --- a/src/config/config.ts +++ b/src/config/config.ts @@ -25,8 +25,8 @@ export const BASE_IMAGE_URL = import.meta.env.VITE_BASE_IMAGE_URL; // 项目环境标识配置 部署时需更改对应的项目 // export const COMPANY: string = ""; //标准版 // export const COMPANY: string = "as"; //鞍山项目 -// export const COMPANY: string = "agjt"; //鞍钢集团 -export const COMPANY: string = "hfqc"; //合肥启程项目 +export const COMPANY: string = "agjt"; //鞍钢集团 +// export const COMPANY: string = "hfqc"; //合肥启程项目 // export const COMPANY: string = "jsyc"; // 江苏盐城项目 // export const COMPANY: string = "syhy"; //沈阳合盈盘锦项目 (需要去src\routers\modules\staticRouter.ts更换首页) // export const COMPANY: string = "jxwjj"; //嘉兴王江泾公用码头项目 (需要去src\routers\modules\staticRouter.ts更换首页) diff --git a/src/views/sevenLargeScreen/comprehensiveManage/projectOverview/leftCenter.vue b/src/views/sevenLargeScreen/comprehensiveManage/projectOverview/leftCenter.vue index f31cb34..acad0e9 100644 --- a/src/views/sevenLargeScreen/comprehensiveManage/projectOverview/leftCenter.vue +++ b/src/views/sevenLargeScreen/comprehensiveManage/projectOverview/leftCenter.vue @@ -3,9 +3,11 @@
-
实名制人数
+
出勤人数
+
实名制人数
- {{ statisticsCount.workercount.totalPerson || 0 }} + {{ attendancePerson.totalPerson || 0 }} + {{ statisticsCount.workercount.totalPerson || 0 }}
@@ -28,11 +30,9 @@
甲方人员
- {{ statisticsCount.presencecount.jfGlPersonTotal || 0 }}/{{ - statisticsCount.workercount.jfGlPersonTotal || 0 - }} + {{ statisticsCount.presencecount.jfGlPersonTotal || 0 }}/ + {{ statisticsCount.workercount.jfGlPersonTotal || 0 }} +
@@ -46,7 +46,8 @@
-
乙方人员
+
施工方
+
乙方人员
{{ statisticsCount.presencecount.yfGlPersonTotal || 0 }}/{{ @@ -65,7 +66,10 @@ From 8b041157803e861df0ab00c4806c6243affc0b46 Mon Sep 17 00:00:00 2001 From: Vce Date: Wed, 17 Apr 2024 21:06:58 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix::=E4=BF=AE=E6=94=B9BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index 65cbf35..011d6f6 100644 --- a/.env.development +++ b/.env.development @@ -21,8 +21,8 @@ NODE_ENV = 'development' # 七参数标准版(测试平台) # VITE_API_URL = 'http://182.90.224.237:15551' # agjt -# VITE_API_URL = 'http://47.93.215.234:9809' -VITE_API_URL = 'http://jxj.zhgdyun.com:19812' +VITE_API_URL = 'http://47.93.215.234:9809' +# VITE_API_URL = 'http://jxj.zhgdyun.com:19812' # 上传 VITE_ULD_API_URL = 'http://192.168.34.155:8012/onlinePreview?url='