【前端】印包客H5
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

84 lines
2.1 KiB

{
"pages": [
{
"path": "pages/agreement/index",
"style": {
"navigationBarTitleText": "用户与隐私协议",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/page-view/index",
"style": {
"navigationBarTitleText": "统一第三方页面",
"enablePullDownRefresh": false
}
},
{
"path": "pages/device-info/index",
"style": {
"navigationBarTitleText": "设备信息",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/device-production-detail/index",
"style": {
"navigationBarTitleText": "设备生产详情",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/factory-inspection/index",
"style": {
"navigationBarTitleText": "远程验厂",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/production-info/index",
"style": {
"navigationBarTitleText": "产品信息",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/apply-inspection/index",
"style": {
"navigationBarTitleText": "验厂申请",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/certification/index",
"style": {
"navigationBarTitleText": "信息验证",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"condition": {
//
"current": 0, //(list )
"list": [
{
"name": "", //
"path": "", //
"query": "" //onLoad
}
]
}
}