update
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import routesMap from "./routes-map.js";
|
||||
|
||||
const routes = [
|
||||
{
|
||||
path: '/',
|
||||
@@ -7,6 +9,7 @@ const routes = [
|
||||
path: '/home',
|
||||
name: 'home',
|
||||
component: () => import('../pages/layout/index.vue'),
|
||||
children: [],
|
||||
},
|
||||
{
|
||||
path: '/loginSYS',
|
||||
|
||||
Reference in New Issue
Block a user