diff --git a/src/components/pageTopBar/pageTopBar.vue b/src/components/pageTopBar/pageTopBar.vue index e9a08de..f06bc27 100644 --- a/src/components/pageTopBar/pageTopBar.vue +++ b/src/components/pageTopBar/pageTopBar.vue @@ -39,15 +39,18 @@ -
+
- + +
{{ item.name }}
+
{{ item.name }}
@@ -123,7 +126,7 @@ let changeTabBtnType = (item) => { }) } -let openInfo=(data)=>{ +let openInfo = (data) => { window.open(data.url) } diff --git a/src/components/user/systematic-notification-pop.vue b/src/components/user/systematic-notification-pop.vue index 8c76f93..b34c42d 100644 --- a/src/components/user/systematic-notification-pop.vue +++ b/src/components/user/systematic-notification-pop.vue @@ -109,6 +109,10 @@ import emptyDuck from '@/components/public/empty-duck.vue' import { onMounted, getCurrentInstance, ref, onUnmounted, defineEmits } from 'vue' import { useRouter } from 'vue-router'; +import store from '../../store/index'; + +if (store.state.user) store.state.user['messagenum'] = 0 + const emit = defineEmits(['close']) const router = useRouter();