医废工具端小程序源码

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
+25
View File
@@ -0,0 +1,25 @@
{
"pages": [
"pages/plugin/check",
"pages/index/index",
"pages/plugin/register",
"pages/component/postByDevice",
"pages/component/postByDepartment",
"pages/component/postByUser"
],
"subPackages": [],
"window": {
"navigationBarBackgroundColor": "#0081ff",
"navigationBarTitleText": "医废物联工具端",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
},
"usingComponents": {
"basics": "/pages/basics/home",
"components": "/pages/component/home",
"plugin": "/pages/plugin/home",
"about": "/pages/about/home",
"cu-custom": "/colorui/components/cu-custom"
},
"sitemapLocation": "sitemap.json"
}