1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "pages": [
- "pages/home/index",
- "pages/home/living",
- "pages/user/index",
- "pages/list/index",
- "pages/home/live",
- "pages/games/index",
- "pages/auth/login",
- "pages/auth/findpass",
- "pages/auth/h5WxLogin",
- "pages/auth/loginIndex",
- "pages/auth/register"
- ],
- "subPackages": [
- {
- "root": "pages_shop",
- "pages": [
- "cart",
- "goods",
- "store",
- "order",
- "confirmCreateOrder",
- "paymentOrder",
- "confirmPackageOrder",
- "success"
- ]
- },
- {
- "root": "pages_user",
- "pages": [
- "address",
- "addAddress"
- ]
- }
- ],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "【S直播】",
- "navigationBarBackgroundColor": "#f5f5f5",
- "backgroundColor": "#f7f8fa"
- },
- "tabBar": {
- "color": "#AEAEAE",
- "selectedColor": "#000000",
- "borderStyle": "black",
- "backgroundColor": "#fff",
- "list": [
- {
- "pagePath": "pages/list/index",
- "iconPath": "/static/tabBar/query.png",
- "selectedIconPath": "/static/tabBar/query_active.png",
- "text": "列表"
- },
- {
- "pagePath": "pages/games/index",
- "iconPath": "/static/tabBar/pulverize.png",
- "selectedIconPath": "/static/tabBar/pulverize_active.png",
- "text": "合同粉碎"
- },
- {
- "pagePath": "pages/user/index",
- "iconPath": "/static/tabBar/user.png",
- "selectedIconPath": "/static/tabBar/user_active.png",
- "text": "我的"
- }
- ]
- },
- "permission": {
- "scope.userLocation": {
- "desc": "需要获取您当前的位置,展示附近的服务"
- }
- },
- "__usePrivacyCheck__": true,
- "requiredPrivateInfos": [
- "getLocation",
- "chooseLocation"
- ],
- "usingComponents": {}
- }
|