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