fix
This commit is contained in:
@@ -23,6 +23,12 @@ const routes: Array<RouteRecordRaw> = [
|
||||
meta:{enter:'all',},
|
||||
component: _import('LoginPage')
|
||||
},
|
||||
{
|
||||
path: '/test',
|
||||
name: 'test1',
|
||||
meta:{enter:'all',},
|
||||
component: _import('test')
|
||||
},
|
||||
{
|
||||
path: '/register',
|
||||
name: 'register',
|
||||
|
||||
Reference in New Issue
Block a user