{
|
"pages": [{
|
"path": "pages/login/login",
|
"style": {
|
"navigationBarTitleText": "登录"
|
}
|
},
|
{
|
"path": "pages/index/index",
|
"style": {
|
"navigationBarTitleText": "MES-移动终端"
|
}
|
}, {
|
"path": "pages/main/main",
|
"style": {
|
"navigationBarTitleText": "",
|
"enablePullDownRefresh": false
|
}
|
|
}, {
|
"path": "pages/inspection/inspectionList",
|
"style": {
|
"navigationBarTitleText": "",
|
"enablePullDownRefresh": false
|
}
|
|
}, {
|
"path": "pages/inspection/inspectionInfo",
|
"style": {
|
"navigationBarTitleText": "",
|
"enablePullDownRefresh": false
|
}
|
|
}
|
],
|
"globalStyle": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "uni-app",
|
"navigationBarBackgroundColor": "#F8F8F8",
|
"backgroundColor": "#F8F8F8"
|
},
|
"uniIdRouter": {}
|
}
|