refactor: decouple notification logic and align my notice endpoint

This commit is contained in:
Ray.Hao
2025-11-27 22:07:07 +08:00
parent 793dca66b1
commit f8f194c13c
10 changed files with 160 additions and 99 deletions

View File

@@ -61,7 +61,7 @@ export const constantRoutes: RouteRecordRaw[] = [
{
path: "my-notice",
name: "MyNotice",
component: () => import("@/views/system/notice/components/MyNotice.vue"),
component: () => import("@/views/profile/notice/index.vue"),
meta: { title: "我的通知", icon: "user", hidden: true },
},
{