Files
mwims-mtx-mini-program/pages.json
T

100 lines
2.1 KiB
JSON

{
"pages": [
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/register/login",
"style": {}
},{
"path": "pages/register/registerOutClinic",
"style": {}
},
{
"path": "pages/index/index",
"style": {}
},
{
"path": "pages/main/inventory",
"style": {}
},
{
"path": "pages/main/inventory_week",
"style": {}
},
{
"path": "pages/main/inventory_month",
"style": {}
},
{
"path": "pages/register/registerRegulatory",
"style": {}
}, {
"path": "pages/register/registerHandUser",
"style": {}
}, {
"path": "pages/basics/homeByHandover",
"style": {}
}, {
"path": "pages/main/warning",
"style": {}
}, {
"path": "pages/component/trace",
"style": {}
}, {
"path": "pages/component/traceDetailsByMedical",
"style": {}
}, {
"path": "pages/component/traceDetailsByBox",
"style": {}
}, {
"path": "pages/component/traceDetailsByDept",
"style": {}
}, {
"path": "pages/component/traceDetailsByBatch",
"style": {}
}, {
"path": "pages/plugin/my",
"style": {}
}, {
"path": "pages/plugin/personalInformation",
"style": {}
}, {
"path": "pages/plugin/handCard",
"style": {}
}, {
"path": "pages/plugin/handList",
"style": {}
}, {
"path": "pages/plugin/about",
"style": {}
}, {
"path": "pages/plugin/handCardCode",
"style": {}
}, {
"path": "pages/plugin/sign",
"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/register/login", //启动页面
"query": "" //启动参数
}
]
}
}