预览模式和编辑模式大致完成

This commit is contained in:
Hcat1314
2023-12-20 12:21:42 +08:00
parent 0341e93686
commit a850d9af78
9 changed files with 894 additions and 51 deletions

View File

@@ -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',