| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- {
- "pages": [
- "pages/common/launch",
- "pages/auth/login",
- "pages/auth/wxLogin",
- "pages/home/index",
- "pages/user/test",
- "pages/healthy/index",
- "pages/healthy/detail",
- "pages/healthy/readUsers",
- "pages/user/index",
- "pages/home/content",
- "pages/home/h5",
- "pages/home/cert"
- ],
- "subPackages": [
- {
- "root": "pages_user",
- "pages": [
- "user/message",
- "user/msgDetail",
- "user/integral",
- "user/storeProductRelation",
- "user/personInfo"
- ]
- },
- {
- "root": "pages_shopping",
- "pages": [
- "shopping/coupon",
- "shopping/myCoupon"
- ]
- },
- {
- "root": "pages_course",
- "pages": [
- "video",
- "feedback",
- "webview",
- "register",
- "activity",
- "appDownload",
- "shortLink"
- ]
- }
- ],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "坤德精选a",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#FFFFFF"
- },
- "tabBar": {
- "color": "#666666",
- "selectedColor": "#1BB99D",
- "borderStyle": "white",
- "backgroundColor": "#ffffff",
- "height": "64px",
- "fontSize": "12px",
- "iconWidth": "18px",
- "spacing": "4px",
- "list": [
- {
- "pagePath": "pages/home/index",
- "iconPath": "/static/images/home.png",
- "selectedIconPath": "/static/images/home_sel.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/healthy/index",
- "iconPath": "/static/images/health.png",
- "selectedIconPath": "/static/images/health_sel.png",
- "text": "健康知识"
- },
- {
- "pagePath": "pages/user/index",
- "iconPath": "/static/images/my.png",
- "selectedIconPath": "/static/images/my_sel.png",
- "text": "会员中心"
- }
- ]
- },
- "permission": {
- "scope.userLocation": {
- "desc": "获取位置用于给您推送相关信息"
- }
- },
- "usingComponents": {}
- }
|