pages.json 3.85 KB
{
	"pages": [
		{
			"path": "pages/login/index",
			"style": {
				"navigationBarTitleText": "登录"
			}
		},
		{
			"path": "pages/index/index",
			"style": {
				"navigationBarTitleText": "首页"
			}
		},
		{
			"path": "pages/workbench/index",
			"style": {
				"navigationBarTitleText": "工作台",
				"navigationStyle": "custom"
			}
		},
		{
			"path": "pages/mine/index",
			"style": {
				"navigationBarTitleText": "我的"
			}
		}
	],
	"subPackages": [
		{
			"root": "pages-sub/daily",
			"pages": [
				{
					"path": "patrol-manage/patrol-plan/index",
					"style": {
						"navigationBarTitleText": "巡查计划"
					}
				},
				{
					"path": "patrol-manage/pending-plan-detail/index",
					"style": {
						"navigationBarTitleText": "计划明细",
						"enablePullDownRefresh": false
					}
				},

				{
					"path": "patrol-manage/finish-plan-detail/index",
					"style": {
						"navigationBarTitleText": "已完成计划明细",
						"enablePullDownRefresh": false
					}
				},

				{
					"path": "patrol-manage/add-patrol-record/index",
					"style": {
						"navigationBarTitleText": "添加巡查记录",
						"enablePullDownRefresh": false
					}
				},


				{
					"path": "work-order/index",
					"style": { "navigationBarTitleText": "工单上报" }
				},
				{
					"path": "quick-order/index",
					"style": { "navigationBarTitleText": "快速工单" }
				},
				{
					"path": "quick-order/add-order",
					"style": { "navigationBarTitleText": "新增快速工单" }
				},
				{
					"path": "quick-order/order-detail",
					"style": { "navigationBarTitleText": "快速工单详情" }
				},


				{
					"path": "12345-order/index",
					"style": { "navigationBarTitleText": "12345工单" }
				},
				{
					"path": "patrol-manage/index",
					"style": { "navigationBarTitleText": "巡查管理" }
				},
				{
					"path": "maintain-manage/index",
					"style": { "navigationBarTitleText": "养护管理" }
				}
			]
		},
		{
			"root": "pages-sub/problem",
			"pages": [
				{
					"path": "order-manage/index",
					"style": { "navigationBarTitleText": "工单管理" }
				},
				{
					"path": "problem-allot/index",
					"style": { "navigationBarTitleText": "问题分配" }
				}
			]
		},
		{
			"root": "pages-sub/data",
			"pages": [
				{
					"path": "base-data/index",
					"style": { "navigationBarTitleText": "基础数据" }
				},
				{
					"path": "personnel-track/index",
					"style": { "navigationBarTitleText": "人员轨迹" }
				},
				{
					"path": "personnel-manage/index",
					"style": { "navigationBarTitleText": "人员管理" }
				},
				{
					"path": "tree-archive/index",
					"style": { "navigationBarTitleText": "行道树档案" }
				}
			]
		}
	],
	"tabBar": {
		"color": "#666666",
		"selectedColor": "#1989fa",
		"borderStyle": "black",
		"backgroundColor": "#ffffff",
		"list": [
			{
				"pagePath": "pages/index/index",
				"text": "首页",
				"iconPath": "static/icons/home.png",
				"selectedIconPath": "static/icons/home-active.png"
			},
			{
				"pagePath": "pages/workbench/index",
				"text": "工作台",
				"iconPath": "static/icons/mine.png",
				"selectedIconPath": "static/icons/mine-active.png"
			},
			{
				"pagePath": "pages/mine/index",
				"text": "我的",
				"iconPath": "static/icons/mine.png",
				"selectedIconPath": "static/icons/mine-active.png"
			}
		]
	},
	"easycom": {
		"autoscan": true,

		"custom": {
			"^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
			"^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
			"^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
			"^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue"
		}
	},
	"globalStyle": {
		"navigationBarTextStyle": "black",
		"navigationBarTitleText": "JCSS管理系统",
		"navigationBarBackgroundColor": "#ffffff",
		"backgroundColor": "#f8f8f8"
	}
}