1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- {
- "pages": [
- "pages/index/index",
- "pages/balance-rules/balance-rules",
- "pages/look-results/look-results",
- "pages/order-details/order-details",
- "pages/confirm-order/confirm-order",
- "pages/exchange-record/exchange-record",
- "pages/feedback-radio/feedback-radio",
- "pages/exchange-details-page/exchange-details-page",
- "pages/other-features/other-features",
- "pages/commission-exchange/commission-exchange",
- "pages/authentication-information/authentication-information",
- "pages/real-name-authentication-msg/real-name-authentication-msg",
- "pages/real-name-authentication/real-name-authentication",
- "pages/invoice-information/invoice-information",
- "pages/integral-rules/integral-rules",
- "pages/feedback/feedback",
- "pages/confirm-change/confirm-change",
- "pages/integral-mall/integral-mall",
- "pages/referees/referees",
- "pages/invite-friends/invite-friends",
- "pages/release-requirements/release-requirements",
- "pages/apply-to-be-an-employee/apply-to-be-an-employee",
- "pages/modify-mine/modify-mine",
- "pages/points-details/points-details",
- "pages/balance-details/balance-details",
- "pages/historical-progress/historical-progress",
- "pages/withdraw/withdraw",
- "pages/common-problem/common-problem",
- "pages/search/search",
- "pages/product-details/product-details",
- "pages/more-categories/more-categories",
- "pages/order/order",
- "pages/my/my",
- "pages/activity-rule/activity-rule",
- "pages/successful-application/successful-application"
- ],
- "window": {
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "",
- "navigationBarTextStyle": "black",
- "backgroundTextStyle": "light"
- },
- "tabBar": {
- "color": "#333333",
- "selectedColor": "#333333",
- "backgroundColor": "#fff",
- "borderStyle": "white",
- "position": "bottom",
- "list": [{
- "iconPath": "/images/foot-1.png",
- "selectedIconPath": "/images/foot-1active.png",
- "pagePath": "pages/index/index",
- "text": "首页"
- },
- {
- "iconPath": "/images/foot-2.png",
- "selectedIconPath": "/images/foot-2active.png",
- "pagePath": "pages/release-requirements/release-requirements",
- "text": "发布"
- },
- {
- "iconPath": "/images/foot-3.png",
- "selectedIconPath": "/images/foot-3active.png",
- "pagePath": "pages/order/order",
- "text": "订单"
- },
- {
- "iconPath": "/images/foot-4.png",
- "selectedIconPath": "/images/foot-4active.png",
- "pagePath": "pages/my/my",
- "text": "我的"
- }
- ]
- },
- "permission": {
- "scope.userLocation": {
- "desc": "用于获取地址信息"
- }
- },
- "sitemapLocation": "sitemap.json",
- "useExtendedLib": {
- "weui": true
- }
- }
|