This commit is contained in:
wangjinlei
2021-06-15 10:34:11 +08:00
parent d20882e5d4
commit f1d5ae1d76
4 changed files with 225 additions and 2 deletions

View File

@@ -226,6 +226,11 @@ export default new Router({
component:()=>import('../components/page/test.vue'),
meta:{title:'test'}
},
{
path:'/img',
component:()=>import('../components/page/img.vue'),
meta:{title:'img'}
},
{
path: '*',
redirect: '/404'