feat: 添加交易页面,更新路由配置,优化用户界面和样式
This commit is contained in:
@@ -22,6 +22,10 @@ const routes: Array<RouteRecordRaw> = [
|
||||
path: "market",
|
||||
component: () => import("@/views/market/index.vue"),
|
||||
},
|
||||
{
|
||||
path: "trade",
|
||||
component: () => import("@/views/trade/index.vue"),
|
||||
},
|
||||
{
|
||||
path: "chat",
|
||||
component: () => import("@/views/chat/index.vue"),
|
||||
|
||||
Reference in New Issue
Block a user