feat: 添加通知详情页面及通知列表点击跳转功能;优化分隔线样式
This commit is contained in:
@@ -44,6 +44,11 @@ const routes: Array<RouteRecordRaw> = [
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: "/notify/:id",
|
||||
props: true,
|
||||
component: () => import("@/views/notify/detail.vue"),
|
||||
},
|
||||
{
|
||||
path: "/onchain-address",
|
||||
component: () => import("@/views/onchain-address/index.vue"),
|
||||
|
||||
Reference in New Issue
Block a user