123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "pages": [
- "pages/index/index",
- "pages/orders/orders",
- "pages/me/me",
- "pages/login/login",
- "pages/register/register",
- "pages/preOrder/preOrder",
- "pages/address/address",
- "pages/detail/detail",
- "pages/introduce/introduce",
- "pages/agreement/agreement",
- "pages/person/person",
- "pages/certification/certification",
- "pages/acceptOrders/acceptOrders",
- "pages/records/records",
- "pages/wallet/wallet",
- "pages/charge/charge",
- "pages/comment/comment",
- "pages/myComment/myComment"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "校园综合服务平台",
- "navigationBarBackgroundColor": "#006eff",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "backgroundColor": "#fff",
- "selectedColor": "#006eff",
- "color": "#666",
- "list": [
- {
- "iconPath": "/static/icons/home.png",
- "selectedIconPath": "static/icons/home-active.png",
- "text": "首页",
- "pagePath": "pages/index/index"
- },
- {
- "iconPath": "/static/icons/orders.png",
- "selectedIconPath": "static/icons/orders-active.png",
- "text": "订单",
- "pagePath": "pages/orders/orders"
- },
- {
- "iconPath": "/static/icons/me.png",
- "selectedIconPath": "static/icons/me-active.png",
- "text": "我的",
- "pagePath": "pages/me/me"
- }
- ]
- },
- "permission": {
- "scope.userLocation": {
- "desc": "需要获取您的位置信息以选择地址"
- }
- },
- "requiredPrivateInfos": [
- "chooseLocation"
- ],
- "usingComponents": {}
- }
|