2021615
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user