ZaiZai 5 months ago
parent
commit
a696a7b1ef
2 changed files with 3 additions and 1 deletions
  1. 1 1
      public/version.json
  2. 2 0
      src/layout/index.vue

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20240912180801"
+  "value": "20240913104123"
 }

+ 2 - 0
src/layout/index.vue

@@ -54,6 +54,7 @@ import { HcAnnouncement } from 'hc-vue3-ui'
 import { useAppStore } from '~src/store'
 import { initButtons } from '~sto/app'
 import { useProject } from '~sto/useProject'
+import { getNotification } from '~uti/tools'
 import website from '~src/config'
 
 //初始组合式
@@ -77,6 +78,7 @@ import MenuBar from '~src/layout/modules/MenuBar.vue'
 const menuBarKey = ref('')
 const menuBarData = ref([])
 const isLayout = ref('')
+const isNotification = ref(false)
 
 //渲染完成
 onMounted(() => {