User personal page

This commit is contained in:
2024-04-02 23:17:57 +08:00
parent 1f3f4a7370
commit 031c3dee3b
12 changed files with 317 additions and 73 deletions

7
src/router/chat.ts Normal file
View File

@@ -0,0 +1,7 @@
export const chatRouter = [
{
path: "",
name: "chat.channel",
component: () => import("@/views/chat/page.vue"),
}
]