delete other

pull/269/head
volleyball26 2021-05-05 13:44:04 +08:00
parent 94d3154876
commit ed807fe40d
1 changed files with 2 additions and 2 deletions

View File

@ -27,12 +27,12 @@ export default new Router({
{
path: '/form',
component: () => import(/* webpackChunkName: "form" */ '../components/page/BaseForm.vue'),
meta: { title: '基本表单' }
meta: { title: '标签列表' }
},
{
path: '/resource',
component: () => import(/* webpackChunkName: "upload" */ '../components/page/Upload.vue'),
meta: { title: '文件上传' }
meta: { title: '资源列表' }
},
]