feat: 添加申请发行页面路由和组件,更新发行资产组件以导航至新页面
This commit is contained in:
@@ -52,6 +52,10 @@ const routes: Array<RouteRecordRaw> = [
|
||||
path: "/user/settings",
|
||||
component: () => import("@/views/user/settings.vue"),
|
||||
},
|
||||
{
|
||||
path: "/issue/issuing-apply",
|
||||
component: () => import("@/views/issue/issuing-apply/index.vue"),
|
||||
},
|
||||
];
|
||||
|
||||
const router = createRouter({
|
||||
|
||||
Reference in New Issue
Block a user