feat: 添加通知页面并更新路由和国际化支持

This commit is contained in:
2025-12-25 19:49:39 +07:00
parent de810baff1
commit 96608a769b
5 changed files with 37 additions and 1 deletions

View File

@@ -33,6 +33,10 @@ const routes: Array<RouteRecordRaw> = [
path: "chat",
component: () => import("@/views/chat/index.vue"),
},
{
path: "notify",
component: () => import("@/views/notify/index.vue"),
},
{
path: "user",
component: () => import("@/views/user/index.vue"),