refactor code & fixed location
This commit is contained in:
parent
41c1aa8e45
commit
487a6b520e
23 changed files with 566 additions and 145 deletions
|
|
@ -24,14 +24,14 @@ const router = createRouter({
|
|||
Auth: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/map',
|
||||
name: 'map',
|
||||
component: MapView,
|
||||
meta: {
|
||||
Auth: true,
|
||||
},
|
||||
},
|
||||
// {
|
||||
// path: '/map',
|
||||
// name: 'map',
|
||||
// component: MapView,
|
||||
// meta: {
|
||||
// Auth: true,
|
||||
// },
|
||||
// },
|
||||
{
|
||||
path: '/about',
|
||||
name: 'about',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue