| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "pages": [
- "pages/worktable/index",
- "pages/management/index"
- ],
- "subPackages": [
- {
- "root": "pagesA",
- "pages": [
- "member/index",
- "strikeBalance/index",
- "commodity/index",
- "goodsInfo/index",
- "clerk/index",
- "shop/index",
- "destroy/index"
- ]
- }
- ],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#979594",
- "selectedColor": "#F57737",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "height": "120rpx",
- "fontSize": "24rpx",
- "iconWidth": "20px",
- "spacing": "14rpx",
- "list": [
- {
- "pagePath": "pages/worktable/index",
- "iconPath": "static/images/tab_home_nor@2x.png",
- "selectedIconPath": "static/images/tab_home_sel@2x.png",
- "text": "工作台"
- },
- {
- "pagePath": "pages/management/index",
- "iconPath": "static/images/tab_gl_nor@2x.png",
- "selectedIconPath": "static/images/tab_gl_sel@2x.png",
- "text": "管理"
- }
- ]
- },
- "preloadRule": {
- "pages/worktable/index": {
- "network": "all",
- "packages": [
- "pagesA"
- ]
- }
- },
- "usingComponents": {}
- }
|