feat: 完成聊天室搭建

This commit is contained in:
陈淳
2024-04-03 16:39:06 +08:00
parent 3fc0b1020c
commit 4febaa68eb
16 changed files with 430 additions and 48 deletions

View File

@@ -143,14 +143,14 @@ const router = createRouter({
},
{
path: "/chat",
name: "chat",
path: "/hub",
name: "hub",
component: ChatLayout,
redirect: "/chat/main",
redirect: "/chat",
children: [
{
name: "main",
path: "main",
path: "/chat",
component: () => import("../views/chathub/Index.vue"),
meta: {
title: "聊天室",