12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "pages": [
- "pages/auth/login",
- "pages/home/living",
- "pages/user/index",
- "pages/list/index",
- "pages/games/index",
- "pages/auth/findpass",
- "pages/auth/h5WxLogin",
- "pages/auth/loginIndex",
- "pages/auth/register"
- ],
- "subPackages": [
- {
- "root": "pages_shop",
- "pages": [
- "cart",
- "goods",
- "store",
- "order",
- "confirmCreateOrder",
- "paymentOrder",
- "storeOrder",
- "refundOrder",
- "refundOrderProduct",
- "storeOrderRefundList",
- "storeOrderRefundDetails",
- "storeOrderRefundSubmit",
- "success",
- "storeOrderDelivery"
- ]
- },
- {
- "root": "pages_user",
- "pages": [
- "address",
- "addAddress"
- ]
- }
- ],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "【S直播】",
- "navigationBarBackgroundColor": "#f5f5f5",
- "backgroundColor": "#f7f8fa"
- },
- "permission": {
- "scope.userLocation": {
- "desc": "需要获取您当前的位置,展示附近的服务"
- }
- },
- "__usePrivacyCheck__": true,
- "requiredPrivateInfos": [
- "getLocation",
- "chooseLocation"
- ],
- "usingComponents": {}
- }
|