医废工具端小程序源码

This commit is contained in:
2025-06-12 11:17:15 +08:00
parent c8e7af13aa
commit cc5271b63b
158 changed files with 24173 additions and 0 deletions
+51
View File
@@ -0,0 +1,51 @@
{
"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": "" //启动参数
}
]
}
}