feat: 添加申请发行页面路由和组件,更新发行资产组件以导航至新页面

This commit is contained in:
2025-12-15 01:01:41 +07:00
parent 724d5ab0ce
commit 6998a66db5
3 changed files with 19 additions and 1 deletions

View File

@@ -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({