|
|
- {
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "",
- "componentPlaceholder": {
- "recommend-swiper": "view",
- "health-records-intro": "view",
- "achievement-intro": "view",
- "team-bg-intro": "view",
- "follow-us-intro": "view"
- }
- }
- },
- {
- "path": "pages/index/report",
- "style": {
- "navigationBarTitleText": "",
- "componentPlaceholder": {
- "report-summary": "view",
- "recommend-test": "view",
- "report-record-card": "view"
- },
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/index/product",
- "style": {
- "navigationBarTitleText": "",
- "componentPlaceholder": {
- "tab-nutrient": "view",
- "tab-detect": "view",
- "tab-course": "view"
- }
- }
- },
- {
- "path": "pages/index/cart",
- "style": {
- "navigationBarTitleText": "",
- "componentPlaceholder": {
- "cart-product-card": "view",
- "recommend-product-card": "view"
- }
- }
- },
- {
- "path": "pages/index/center",
- "style": {
- "navigationBarTitleText": "",
- "componentPlaceholder": {
- "report-card": "view",
- "order-card": "view",
- "account-card": "view"
- }
- }
- }
- ],
- "preloadRule": {
- "pages/index/index": {
- "network": "all",
- "packages": ["pages_order"]
- }
- },
- "subPackages": [{
- "root": "pages_order",
- "pages": [
- {
- "path": "auth/wxLogin"
- },
- {
- "path": "auth/wxAccountLogin"
- },
- {
- "path": "auth/wxUserInfo"
- },
- {
- "path": "auth/loginAndRegisterAndForgetPassword"
- },
- {
- "path": "auth/facialVerify"
- },
- {
- "path": "report/test/intro"
- },
- {
- "path": "report/test/step"
- },
- {
- "path": "report/test/answer"
- },
- {
- "path": "report/result/index"
- },
- {
- "path": "report/detail/index"
- },
- {
- "path": "report/nutritionProgram/index"
- },
- {
- "path": "report/compare/select"
- },
- {
- "path": "report/compare/result"
- },
- {
- "path": "product/productDetail"
- },
- {
- "path": "order/orderConfirm/index"
- },
- {
- "path": "order/orderList/index"
- },
- {
- "path": "order/orderDetail/index"
- },
- {
- "path": "address/addressList"
- },
- {
- "path": "comment/commentRecords"
- },
- {
- "path": "comment/commentWrite"
- },
- {
- "path": "applyService/index"
- },
- {
- "path": "checkup/checkupRecords"
- },
- {
- "path": "checkup/checkupBook/apply"
- },
- {
- "path": "checkup/checkupBook/detail"
- },
- {
- "path": "checkup/checkupReport/index"
- }
- ]
- }],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "普兆医疗",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "navigationStyle": "custom"
- },
- "uniIdRouter": {}
- }
|