feat: 添加聊天页面和钱包卡组件,优化用户界面和余额格式化逻辑
This commit is contained in:
@@ -18,6 +18,10 @@ const routes: Array<RouteRecordRaw> = [
|
||||
path: "market",
|
||||
component: () => import("@/views/market/index.vue"),
|
||||
},
|
||||
{
|
||||
path: "chat",
|
||||
component: () => import("@/views/chat/index.vue"),
|
||||
},
|
||||
{
|
||||
path: "user",
|
||||
component: () => import("@/views/user/index.vue"),
|
||||
|
||||
Reference in New Issue
Block a user