feat: 添加链上地址页面,更新路由配置并优化用户信息组件链接
This commit is contained in:
@@ -6,6 +6,10 @@ const routes: Array<RouteRecordRaw> = [
|
||||
path: "/",
|
||||
redirect: "/layout/riwa",
|
||||
},
|
||||
{
|
||||
path: "/:pathMatch(.*)*",
|
||||
redirect: "/layout/riwa",
|
||||
},
|
||||
{
|
||||
path: "/layout",
|
||||
component: () => import("@/components/layout/default.vue"),
|
||||
@@ -28,6 +32,10 @@ const routes: Array<RouteRecordRaw> = [
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: "/onchain-address",
|
||||
component: () => import("@/views/onchain-address/index.vue"),
|
||||
},
|
||||
];
|
||||
|
||||
const router = createRouter({
|
||||
|
||||
Reference in New Issue
Block a user