53 lines
1.1 KiB
JSON
53 lines
1.1 KiB
JSON
{
|
|
"pages": [
|
|
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
{
|
|
"path": "pages/plugin/login",
|
|
"style": {}
|
|
},
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {}
|
|
},
|
|
{
|
|
"path": "pages/component/postByUser",
|
|
"style": {}
|
|
},
|
|
{
|
|
"path": "pages/component/success",
|
|
"style": {}
|
|
},
|
|
{
|
|
"path": "pages/plugin/loginError",
|
|
"style": {}
|
|
},
|
|
{
|
|
"path": "pages/component/listDetails",
|
|
"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/login", //启动页面
|
|
// "path": "pages/index/index",
|
|
"query": "" //启动参数
|
|
}
|
|
]
|
|
}
|
|
|
|
}
|