预览模式和编辑模式大致完成
This commit is contained in:
@@ -21,16 +21,16 @@ const routes = [
|
||||
meta: {
|
||||
title: '首页',
|
||||
breadcrumb: true
|
||||
}
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/preview',
|
||||
name: 'tunnelpreview',
|
||||
component: () => import('@/views/tunnel/preview.vue'),
|
||||
path: '/edit',
|
||||
name: 'tunneledit',
|
||||
component: () => import('@/views/tunnel/edit.vue'),
|
||||
meta: {
|
||||
title: '预览首页',
|
||||
title: '编辑首页',
|
||||
breadcrumb: true
|
||||
}
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/debug',
|
||||
|
||||
Reference in New Issue
Block a user