feat: 添加通知页面并更新路由和国际化支持
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user