From ded5cfed226e80ffc50861219fd786f2af17413b Mon Sep 17 00:00:00 2001 From: guoyue Date: Sun, 2 Oct 2022 14:59:23 +0800 Subject: [PATCH 1/8] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=B7=B2=E5=8A=9E?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=EF=BC=8C=E8=83=BD=E5=8A=9B=E7=94=B3=E8=AF=B7?= =?UTF-8?q?processDefinitionKey:=20abilityprocess=5Fv2=E5=8F=82=E6=95=B0?= =?UTF-8?q?=EF=BC=8C=E5=B8=82=E5=B1=80v2=20=EF=BC=8C=E5=85=B6=E4=BB=96v3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/public/config/basicConfig.js | 4 ++-- back/src/utils/location.js | 11 +++++------ 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/back/public/config/basicConfig.js b/back/public/config/basicConfig.js index e2f5b5f3..37616e9b 100644 --- a/back/public/config/basicConfig.js +++ b/back/public/config/basicConfig.js @@ -7,8 +7,8 @@ */ var _global = {} var CONFIGITEM = { - // version: 'qingdao', // 青岛 - version: 'xihaian', // 西海岸 + version: 'qingdao', // 青岛 + // version: 'xihaian', // 西海岸 // version: 'test', // 测试 // version: 'frp', // 内网穿透 // version: 'dev', // 开发 diff --git a/back/src/utils/location.js b/back/src/utils/location.js index d8914b13..82fc8775 100644 --- a/back/src/utils/location.js +++ b/back/src/utils/location.js @@ -1,13 +1,12 @@ /* - * @Author: hisense.liangjunhua + * @Author: hisense.guoyue * @Date: 2022-08-23 10:30:11 - * @LastEditors: hisense.liangjunhua - * @LastEditTime: 2022-09-01 16:06:05 - * @Description: 告诉大家这是什么 + * @LastEditors: hisense.guoyue + * @LastEditTime: 2022-10-02 14:47:05 + * @Description: 判断当前环境是西海岸还是青岛市局 */ const returnLocationStr = () => { - // return 'qingdao' - return 'xihaian' + return CONFIGITEM.version } export default returnLocationStr From c23d0aeee7448b91ef1e5cdf4d2cbb057a89b928 Mon Sep 17 00:00:00 2001 From: guoyue Date: Mon, 3 Oct 2022 15:43:43 +0800 Subject: [PATCH 2/8] =?UTF-8?q?=E5=B8=82=E5=B1=80=EF=BC=9A=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E7=8A=B6=E6=80=81=EF=BC=8C=E6=9C=AA=E8=AF=BB=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E6=8F=90=E7=A4=BA=E5=B7=B2=E8=AF=BB=EF=BC=8C=E5=B7=B2?= =?UTF-8?q?=E8=AF=BB=E7=82=B9=E5=87=BB=E4=B8=8D=E6=8F=90=E7=A4=BA=EF=BC=8C?= =?UTF-8?q?=E5=8A=A0=E7=B2=97=E6=9C=AA=E8=AF=BB=E6=B6=88=E6=81=AF=E5=AD=97?= =?UTF-8?q?=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mynoticeView/components/NoticeList.vue | 684 +++++++++--------- 1 file changed, 348 insertions(+), 336 deletions(-) diff --git a/front/src/views/mynoticeView/components/NoticeList.vue b/front/src/views/mynoticeView/components/NoticeList.vue index 59f6b843..1f4cdab7 100644 --- a/front/src/views/mynoticeView/components/NoticeList.vue +++ b/front/src/views/mynoticeView/components/NoticeList.vue @@ -15,12 +15,7 @@
-
+
{{ nav.title + '(' + nav.num + ')' }}
@@ -42,13 +37,7 @@
- + 全部消息 已读消息 未读消息 @@ -62,33 +51,26 @@
- +
全选当前页
标记为已读
- From 1d5d4845c22e5bc234a93e7024ad918379a18277 Mon Sep 17 00:00:00 2001 From: guoyue Date: Mon, 3 Oct 2022 15:46:11 +0800 Subject: [PATCH 4/8] =?UTF-8?q?=E5=B8=82=E5=B1=80=EF=BC=9A=E8=83=BD?= =?UTF-8?q?=E5=8A=9B=E7=BB=9F=E8=AE=A1=EF=BC=8C=E9=83=A8=E9=97=A8=E6=95=B0?= =?UTF-8?q?=E6=BC=8F=E6=96=97=E5=9B=BE=E6=9B=B4=E6=94=B9=EF=BC=8C=E8=A6=86?= =?UTF-8?q?=E7=9B=96=E9=83=A8=E9=97=A8=E9=87=8F=E6=9B=B4=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E8=B5=84=E6=BA=90=E6=B1=87=E8=81=9A=E9=83=A8=E9=97=A8=E9=87=8F?= =?UTF-8?q?=EF=BC=8C=E4=B8=8E=E9=83=A8=E9=97=A8=E6=80=BB=E6=95=B0=E4=BF=9D?= =?UTF-8?q?=E6=8C=81=E4=B8=80=E7=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ResourceAggregation.vue | 1044 +++++++++-------- 1 file changed, 552 insertions(+), 492 deletions(-) diff --git a/front/src/views/abilityStatistics/components/ResourceAggregation.vue b/front/src/views/abilityStatistics/components/ResourceAggregation.vue index 4ef65f01..50f850f7 100644 --- a/front/src/views/abilityStatistics/components/ResourceAggregation.vue +++ b/front/src/views/abilityStatistics/components/ResourceAggregation.vue @@ -11,12 +11,9 @@
- + {{ item.type }}
@@ -55,516 +52,579 @@
From ad34e10710e9b68e8d6181c50fef1e70840646a2 Mon Sep 17 00:00:00 2001 From: guoyue Date: Mon, 3 Oct 2022 16:23:30 +0800 Subject: [PATCH 5/8] =?UTF-8?q?=E5=B8=82=E5=B1=80=EF=BC=9A=E8=83=BD?= =?UTF-8?q?=E5=8A=9B=E7=94=B3=E8=AF=B7--=E6=8A=80=E6=9C=AF=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E7=94=B1=E5=AF=8C=E6=96=87=E6=9C=AC=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../capacityOnTheShelf/components/PutOnTheShelf.vue | 11 +++++++++++ front/src/views/components/upload/index.vue | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue b/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue index 5e567ebe..ea8da729 100644 --- a/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue +++ b/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue @@ -203,6 +203,7 @@
+