pages.json 2.21 KB
{
	"easycom": {
		"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
	},
	"pages": [{
			"path": "pages/index/index",
			"style": {
				"navigationBarTitleText": "首页"
			}
		},
		{
			"path": "pages/device/device",
			"style": {
				"navigationBarTitleText": "设备"
			}
		},
		{
			"path": "pages/alert/alert",
			"style": {
				"navigationBarTitleText": "告警"
			}
		}, {
			"path": "pages/personal/personal",
			"style": {
				"navigationBarTitleText": "个人中心"
			}
		}, {
			"path": "pages/personal/login",
			"style": {
				"navigationBarTitleText": "登录"
			}

		}, {
			"path": "pages/personal/code",
			"style": {
				"navigationBarTitleText": "验证码登录"
			}

		}, {
			"path": "pages/personal/findPassword",
			"style": {
				"navigationBarTitleText": "找回密码"
			}

		}, {
			"path": "pages/personal/set",
			"style": {
				"navigationBarTitleText": "个人资料"
			}

		}, {
			"path": "pages/systemNotify/systemNotify",
			"style": {
				"navigationBarTitleText": "通知列表"
			}
		},
		{
			"path": "pages/systemNotify/notifyDetail",
			"style": {
				"navigationBarTitleText": "通知详情"
			}
		}, {
			"path": "pages/feedback/feedback",
			"style": {
				"navigationBarTitleText": "意见反馈"
			}
		}
	],
	"globalStyle": {
		"mp-alipay": {
			"allowsBounceVertical": "NO"
		},
		"navigationBarTextStyle": "black",
		"navigationBarTitleText": "云腾app",
		"navigationBarBackgroundColor": "#FFFFFF",
		"backgroundColor": "#FFFFFF"
	},
	"tabBar": {
		"color": "#ffffff",
		"selectedColor": "#ffffff",
		"borderStyle": "black",
		"backgroundColor": "#ffffff",
		"list": [{
				"pagePath": "pages/index/index",
				"iconPath": "static/basics.png",
				"selectedIconPath": "static/basics.png",
				"text": "首页"
			},
			{
				"pagePath": "pages/device/device",
				"iconPath": "static/basics.png",
				"selectedIconPath": "static/basics.png",
				"text": "设备"
			},
			{
				"pagePath": "pages/alert/alert",
				"iconPath": "static/basics.png",
				"selectedIconPath": "static/basics.png",
				"text": "告警"
			},
			{
				"pagePath": "pages/personal/personal",
				"iconPath": "static/basics.png",
				"selectedIconPath": "static/basics.png",
				"text": "我的"
			}
		]
	}
}