1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "pages": [
- "pages/index/index",
- "pages/identify/identify",
- "pages/order/order",
- "pages/my/my",
- "pages/index/details",
- "pages/identify/details",
- "pages/order/order_detail",
- "pages/order/comment",
- "pages/my/add_address",
- "pages/my/remember",
- "pages/my/collect",
- "pages/my/coupon",
- "pages/my/engineerCenter",
- "pages/my/indent",
- "pages/my/js_order",
- "pages/my/pay"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#ADB4B8",
- "selectedColor": "#333333",
- "backgroundColor": "#FFFFFF",
- "list": [
- {
- "text": "首页",
- "pagePath": "pages/index/index",
- "iconPath": "static/identify/index.png",
- "selectedIconPath": "static/identify/index-cur.png"
- },
- {
- "text": "理疗师",
- "pagePath": "pages/identify/identify",
- "iconPath": "static/identify/people.png",
- "selectedIconPath": "static/identify/people-cur.png"
- },
- {
- "text": "订单",
- "pagePath": "pages/order/order",
- "iconPath": "static/identify/order.png",
- "selectedIconPath": "static/identify/order-cur.png"
- },
- {
- "text": "我的",
- "pagePath": "pages/my/my",
- "iconPath": "static/identify/mine.png",
- "selectedIconPath": "static/identify/mine-cur.png"
- }
- ]
- },
- "usingComponents": {}
- }
|