| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "pages": [
- "pages/project/index",
- "pages/project/transfer",
- "pages/project/details",
- "pages/customer/details",
- "pages/customer/index",
- "pages/openSeaCustomer/index",
- "pages/login/index",
- "pages/home/index",
- "pages/publicPages/follow",
- "pages/customer/transfer",
- "pages/customer/add",
- "pages/message/index",
- "pages/my/index",
- "pages/schedule/index"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "oms",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#3E7EF8",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/home/index",
- "iconPath": "static/images/tabBar/home.png",
- "selectedIconPath": "static/images/tabBar/home-active.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/schedule/index",
- "iconPath": "static/images/tabBar/schedule.png",
- "selectedIconPath": "static/images/tabBar/schedule-active.png",
- "text": "日程"
- },
- {
- "pagePath": "pages/message/index",
- "iconPath": "static/images/tabBar/message.png",
- "selectedIconPath": "static/images/tabBar/message-active.png",
- "text": "消息"
- },
- {
- "pagePath": "pages/my/index",
- "iconPath": "static/images/tabBar/my.png",
- "selectedIconPath": "static/images/tabBar/my-active.png",
- "text": "我的"
- }
- ]
- },
- "lazyCodeLoading": "requiredComponents",
- "usingComponents": {}
- }
|