hjd 1 سال پیش
والد
کامیت
59609f3aa6
1فایلهای تغییر یافته به همراه2 افزوده شده و 9 حذف شده
  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,