HomeLease/unpackage/dist/dev/mp-weixin/app.json

11 lines
267 B
JSON
Raw Normal View History

2025-08-12 15:38:25 +08:00
{
2025-08-13 11:10:19 +08:00
"pages": ["pages/index/index", "pages/login/login"],
2025-08-12 15:38:25 +08:00
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "设备租赁",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"usingComponents": {}
2025-08-13 11:10:19 +08:00
}