|
@@ -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(() => {
|