This commit is contained in:
2025-03-10 19:01:21 +08:00
parent 94644d0601
commit 31a2667f8b
28 changed files with 1370 additions and 57 deletions

View File

@@ -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',