JMApp/app.json
XiaoMo a3fcf0eac1 feat(帮洗服务): 新增帮洗服务页面及功能
新增帮洗服务相关页面和功能,包括页面配置、路由添加、API接口调整和样式实现
更新小程序基础库版本至3.8.8
调整API接口路径统一使用v2版本前缀
2025-06-24 16:56:02 +08:00

52 lines
1.4 KiB
JSON

{
"pages": [
"pages/index/index",
"pages/mall/mall",
"pages/goodsDetails/goodsDetails",
"pages/orderDetails/orderDetails",
"pages/map/map",
"pages/orderPaySuccess/orderPaySuccess",
"pages/orderPay/orderPay",
"pages/goodsSearch/goodsSearch",
"pages/orderIndex/orderIndex",
"pages/orderList/orderList",
"pages/myAddress/myAddress",
"pages/addAddress/addAddress",
"pages/voucher/voucher",
"pages/listDetail/listDetail",
"pages/register/register",
"pages/singleStart/singleStart",
"pages/myDiscount/myDiscount",
"pages/washCodeList/washCodeList",
"pages/washCodeDetail/washCodeDetail",
"pages/login/login",
"pages/user/user",
"pages/webview/webview",
"pages/wangdian/wangdian",
"pages/duiquan/duiquan",
"pages/refund/refund",
"pages/washing/washing",
"pages/substituteWash/substituteWash",
"pages/OnlineCarHailing/OnlineCarHailing"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "聚美汽服",
"navigationBarTextStyle": "black"
},
"permission": {
"scope.address": {
"desc": "获取您的通讯地址"
},
"scope.userLocation": {
"desc": "你的位置信息将用于定位效果展示"
}
},
"lazyCodeLoading": "requiredComponents",
"requiredPrivateInfos": [
"chooseAddress",
"getLocation",
"chooseLocation"
]
}