From 91ed36b3839fedd14394cf91c9e85a0402abbaf7 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Thu, 18 Jul 2024 16:09:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/components/Notice/index.vue | 21 ++++++++++----------- sgzb-ui/vue.config.js | 4 ++-- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/sgzb-ui/src/components/Notice/index.vue b/sgzb-ui/src/components/Notice/index.vue index 97941d7a..47105fec 100644 --- a/sgzb-ui/src/components/Notice/index.vue +++ b/sgzb-ui/src/components/Notice/index.vue @@ -2,7 +2,7 @@
重要通知({{ unreadNUm }}/{{ noticeNum }})重要通知({{ unreadNum }}/{{ noticeNum }}) this.noticeNum) { + if (this.unreadNum > this.noticeNum) { this.$emit('closeDialog', false) } } diff --git a/sgzb-ui/vue.config.js b/sgzb-ui/vue.config.js index a2451437..81ea7787 100644 --- a/sgzb-ui/vue.config.js +++ b/sgzb-ui/vue.config.js @@ -43,10 +43,10 @@ module.exports = { // target: `https://test-cc.zhgkxt.com`,//线上环境-南网 // target: `https://z.csgmall.com.cn`, - target: `http://192.168.2.167:28080`, //超 + // target: `http://192.168.2.167:28080`, //超 // target: `http://10.40.92.81:28080`, //韩/ // target: `http://10.40.92.74:8080`,//旭/ - // target: `http://192.168.2.248:28080`, //帅 + target: `http://192.168.2.248:28080`, //帅 // target: `http://192.168.2.209:28080`, //福 //******** 注意事项 ********* */