feat: 添加 UiTag 组件,更新路由和市场视图,优化用户体验
This commit is contained in:
@@ -66,6 +66,11 @@ const routes: Array<RouteRecordRaw> = [
|
||||
path: "/trade-settings/bank-management/add",
|
||||
component: () => import("@/views/trade-settings/bank-management/add.vue"),
|
||||
},
|
||||
{
|
||||
path: "/trade-rwa/:id",
|
||||
props: true,
|
||||
component: () => import("@/views/trade-rwa/index.vue"),
|
||||
},
|
||||
];
|
||||
|
||||
const router = createRouter({
|
||||
|
||||
Reference in New Issue
Block a user