ZaiZai 11 月之前
父節點
當前提交
a696a7b1ef
共有 2 個文件被更改,包括 3 次插入1 次删除
  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(() => {