optimize layout

This commit is contained in:
2025-03-22 03:27:08 +08:00
parent 543a2c0ae8
commit b96d10cb62
10 changed files with 65 additions and 57 deletions

View File

@@ -16,6 +16,7 @@ export const useNotificationStore = defineStore('notification', () => {
const isInited = ref(false)
async function updateUnread() {
return // 暂时没写这部分相关逻辑
try {
const result = await QueryGetAPI<NotificationData[]>(
NOTIFACTION_API_URL + 'get-unread'