修改自定义页面

master
夜笙歌 4 months ago
parent a736fd9866
commit 7d8067a4e7

@ -14,8 +14,7 @@ export default new Router({
// }, // },
{ {
path: '/', path: '/',
component: Layout, component: Layout, redirect: '/index',
redirect: '/test',
children: [ children: [
{ {
path: 'test', component: () => import('@/views/page/index.vue'), path: 'test', component: () => import('@/views/page/index.vue'),

Loading…
Cancel
Save