pages.json 2.0 KB
{
	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
		
		{
			"path": "pages/xunjian/list",
			"style": {
		
				"navigationStyle": "custom",
				"navigationBarTitleText": "巡检列表"
		
			}
		},
		{
			"path": "pages/login/index",
			"style": {
		
				"navigationStyle": "custom",
				"navigationBarTitleText": "用户登录"
		
			}
		},
		{
			"path": "pages/xunjian/list_xjd",
			"style": {
		
				"navigationStyle": "custom",
				"navigationBarTitleText": "巡检点"
		
			}
		},
		{
			"path": "pages/xunjian/index",
			"style":{
				"navigationStyle": "custom",
				"navigationBarTitleText": "巡检"
			}
		},{
			"path": "pages/xunjian/detail",
			"style": {
				"navigationStyle": "custom",
				"navigationBarTitleText": "巡检详情"
			}
		},{
			"path": "pages/xunjian/record",
			"style":{
				"navigationStyle": "custom",
				"navigationBarTitleText": "巡检记录"
			}
		},{
			"path": "pages/my/index",
			"style":{
				"navigationStyle": "custom",
				"navigationBarTitleText": "我的"
			}
		},{
			"path": "pages/login/changePwd",
			"style":{
				"navigationStyle": "custom",
				"navigationBarTitleText": "修改密码"
			}
		}
		
	],
	"globalStyle": {
		"navigationBarTextStyle": "black",
		"navigationBarTitleText": "uni-app",
		"navigationBarBackgroundColor": "#448aff",
		"backgroundColor": "#F8F8F8"
	},
	"tabBar": {
		"color": "#929292",
		"selectedColor": "#000",
		"borderStyle": "white",
		"backgroundColor": "#fff",
		"list": [
			{
				"pagePath": "pages/xunjian/list",
				"text": "巡检路线",
				"iconPath": "static/img/home1.png",
				"selectedIconPath": "static/img/home01.png"
			},
			{
				"pagePath": "pages/xunjian/record",
				"text": "巡检记录",
				"iconPath": "static/img/ks1.png",
				"selectedIconPath": "static/img/ks01.png"
			},
			{
				"pagePath": "pages/my/index",
				"text": "我的",
				"iconPath": "static/img/my1.png",
				"selectedIconPath": "static/img/my01.png"
			}
		]
	}
}