This commit is contained in:
王一嘉
2025-07-24 11:00:48 +08:00
parent bddd14faff
commit 0819032049
9 changed files with 71 additions and 2 deletions

View File

@@ -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,
},
];