diff --git a/src/app.config.ts b/src/app.config.ts index b0db35d..20000cc 100644 --- a/src/app.config.ts +++ b/src/app.config.ts @@ -1,25 +1,7 @@ export default defineAppConfig({ lazyCodeLoading: 'requiredComponents', pages: [ - // 首页y以及首页tab页内容 - // 'pages/index/index', // 首页 'pages/login/index', // 登录页 - - // 被其他页面引用的组件不要写在这里 - // 'pages/iot/index', // 物联网 - // 'pages/msgCenter/index', // 消息中心 - // 'pages/equipment/index', // 巡检设备 - - // 跳转页面 - // 'pages/weatherStation/index', // 气象站 - // 'pages/inspection/index', // 气象站(巡检) - // 'pages/inspectionContent/index', // 气象站(巡检内容表单) - // 'pages/inspectionLog/index', // 气象站(巡检日志) - // 'pages/msgDetail/index', // 消息详情 - // 'pages/soilMoisture/index', // 土壤墒情 - // 'pages/envMonitor/index', // 棚内环境监测 - // 'pages/deviceMonitor/index', // 设备监控 - // 'pages/bugMonitor/index', // 虫情监测 ], subPackages: [ {