|
|
- {
- "pages": [
- "pages/user/index",
- "pages/order/index",
- "pages/home/index",
- "pages/identity/index",
- "pages/auth/index",
- "pages/login/index",
- "pages/tooltip/tooltip"
- ],
- "subPackages": [
- {
- "root": "pages_subpack",
- "pages": [
- "version/index",
- "system/index",
- "feedback/index",
- "employ-progress/index",
- "release/index",
- "business-settled/index",
- "master-settled/index",
- "master-detail/index",
- "record/index",
- "wallet/index",
- "pay/index",
- "order-detail/index",
- "work-detail/index",
- "payment/index"
- ]
- }
- ],
- "window": {
- "navigationBarBackgroundColor": "#ffffff",
- "backgroundColor": "#f5f5f5",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "用工平台",
- "backgroundColorTop": "#f5f5f5",
- "backgroundColorBottom": "#f5f5f5"
- },
- "tabBar": {
- "color": "#666666",
- "selectedColor": "#FF7A31",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/home/index",
- "iconPath": "static/image/home.png",
- "selectedIconPath": "static/image/home_selected.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/order/index",
- "iconPath": "static/image/order.png",
- "selectedIconPath": "static/image/order_selected.png",
- "text": "订单"
- },
- {
- "pagePath": "pages/user/index",
- "iconPath": "static/image/user.png",
- "selectedIconPath": "static/image/user_selected.png",
- "text": "我的"
- }
- ]
- },
- "preloadRule": {},
- "usingComponents": {}
- }
|