feat: 路由
This commit is contained in:
parent
8586bd4dce
commit
c9093605d0
@ -1,25 +1,7 @@
|
|||||||
export default defineAppConfig({
|
export default defineAppConfig({
|
||||||
lazyCodeLoading: 'requiredComponents',
|
lazyCodeLoading: 'requiredComponents',
|
||||||
pages: [
|
pages: [
|
||||||
// 首页y以及首页tab页内容
|
|
||||||
// 'pages/index/index', // 首页
|
|
||||||
'pages/login/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: [
|
subPackages: [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user