{
|
|
"pages": [{
|
|
"path": "pages/login/login",
|
|
"style": {
|
|
"navigationBarTitleText": "登录"
|
|
}
|
|
}, {
|
|
"path": "pages/login/wxUserInfo",
|
|
"style": {
|
|
"navigationBarTitleText": "用户信息"
|
|
}
|
|
}, {
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "打卡"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/index/center",
|
|
"style": {
|
|
"navigationBarTitleText": "我的"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/record/record",
|
|
"style": {
|
|
"navigationBarTitleText": "打卡记录"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/autonym/autonym",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : ""
|
|
}
|
|
}
|
|
],
|
|
// "preloadRule": {
|
|
// "pages/index/index": {
|
|
// "network": "all",
|
|
// "packages": ["pages_order"]
|
|
// }
|
|
// },
|
|
// "subPackages": [{
|
|
// "root": "pages_order",
|
|
// "pages": [{
|
|
// "path": "order/orderDetail"
|
|
// }
|
|
// ]
|
|
// }],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "酒店桌布",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8",
|
|
"navigationStyle": "custom"
|
|
},
|
|
"uniIdRouter": {}
|
|
}
|