feat: markmap page view is ready

This commit is contained in:
RockYang
2024-04-12 18:49:24 +08:00
parent 170b41441b
commit 74af67a41f
7 changed files with 2028 additions and 60 deletions

View File

@@ -62,6 +62,12 @@ const routes = [
meta: {title: '消费日志'},
component: () => import('@/views/PowerLog.vue'),
},
{
name: 'xmind',
path: '/xmind',
meta: {title: '思维导图'},
component: () => import('@/views/MarkMap.vue'),
},
]
},
{