JMApp/app.json
XiaoMo 7c8536272c feat: 新增退款和网约车用户管理页面
添加了退款和网约车用户管理相关页面,包括页面配置、样式、逻辑处理等。同时更新了应用配置文件和私有配置文件以支持新页面。
2025-04-14 18:21:46 +08:00

50 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/OnlineCarHailing/OnlineCarHailing"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "聚美汽服",
"navigationBarTextStyle": "black"
},
"permission": {
"scope.address": {
"desc": "获取您的通讯地址"
},
"scope.userLocation": {
"desc": "你的位置信息将用于定位效果展示"
}
},
"lazyCodeLoading": "requiredComponents",
"requiredPrivateInfos": [
"chooseAddress",
"getLocation",
"chooseLocation"
]
}