52 lines
1.1 KiB
JSON
52 lines
1.1 KiB
JSON
{
|
|
"pages": [
|
|
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
{
|
|
"path": "pages/plugin/check",
|
|
"style": {}
|
|
},
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {}
|
|
},
|
|
{
|
|
"path": "pages/plugin/register",
|
|
"style": {}
|
|
},
|
|
{
|
|
"path": "pages/component/postByDevice",
|
|
"style": {}
|
|
},
|
|
{
|
|
"path": "pages/component/postByDepartment",
|
|
"style": {}
|
|
},
|
|
{
|
|
"path": "pages/component/postByUser",
|
|
"style": {}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"mp-alipay": {
|
|
/* 支付宝小程序特有相关 */
|
|
"transparentTitle": "always",
|
|
"allowsBounceVertical": "NO"
|
|
},
|
|
"navigationBarBackgroundColor": "#0081ff",
|
|
"navigationBarTitleText": "医废物联工具端",
|
|
"navigationStyle": "custom",
|
|
"navigationBarTextStyle": "white"
|
|
},
|
|
"usingComponts": true,
|
|
"condition": { //模式配置,仅开发期间生效
|
|
"current": 0, //当前激活的模式(list 的索引项)
|
|
"list": [{
|
|
"name": "登录检测", //模式名称
|
|
"path": "pages/plugin/check", //启动页面
|
|
"query": "" //启动参数
|
|
}
|
|
]
|
|
}
|
|
|
|
}
|