Ver código fonte

rooter修改

hjd 1 ano atrás
pai
commit
59609f3aa6
1 arquivos alterados com 2 adições e 9 exclusões
  1. 2 9
      src/routers/index.ts

+ 2 - 9
src/routers/index.ts

@@ -22,11 +22,9 @@ import playerInfo from './modules/player'
 import serverRouter from './modules/server'
 import operationRouter from './modules/operation'
 
-
-
 // 异步组件
-// export const asyncRoutes = [
-//     ...dataScreenRouter,
+export const asyncRoutes = [
+
 //     ...echartsRouter,
 //     ...tableRouter,
 //     ...formRouter,
@@ -36,11 +34,6 @@ import operationRouter from './modules/operation'
 //     ...nestedRouter,
 //     ...excelRouter,
 //     ...externalLink,
-//     ...systemRouter,
-//     ...playerInfo,
-// ]
-
-export const asyncRoutes = [
 
   ...playerInfo,
   ...dataScreenRouter,