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`, //福
//******** 注意事项 ********* */