update
This commit is contained in:
@@ -6,13 +6,17 @@ import XLink from "../../components/XLink.vue";
|
||||
import MessageCard from "../../components/MessageCard.vue";
|
||||
import useTableQuery from "../../hooks/useTableQuery.js";
|
||||
import Api from "../../api/index.js";
|
||||
import {useSystemStore} from "../../pinia/SystemStore/index.js";
|
||||
|
||||
const SystemStore = useSystemStore();
|
||||
const tabs = [
|
||||
{
|
||||
name: '任务消息',
|
||||
num: SystemStore.messageCount.one,
|
||||
},
|
||||
{
|
||||
name: '平台消息',
|
||||
num: SystemStore.messageCount.two,
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user