123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "pages": [
- "pages/user/login",
- "pages/home",
- "pages/production/production",
- "pages/user/user",
- "pages/equipment/equipment",
- "pages/equipment/assemblyMachine",
- "pages/equipment/injectionMolding"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#333333",
- "selectedColor": "#3370FF",
- "backgroundColor": "#fff",
- "borderStyle": "white",
- "list": [
- {
- "pagePath": "pages/home",
- "text": "首页",
- "iconPath": "static/btn_kanban_gray.png",
- "selectedIconPath": "static/btn_kanban_blue.png"
- },
- {
- "pagePath": "pages/production/production",
- "text": "生产",
- "iconPath": "static/btn_shengc_gray.png",
- "selectedIconPath": "static/btn_shengc_blue.png"
- },
- {
- "pagePath": "pages/equipment/equipment",
- "text": "设备",
- "iconPath": "static/btn_shebei_gray.png",
- "selectedIconPath": "static/btn_shebei_blue.png"
- },
- {
- "pagePath": "pages/user/user",
- "text": "我的",
- "iconPath": "static/btn_mine_gray.png",
- "selectedIconPath": "static/btn_mine_blue.png"
- }
- ]
- },
- "usingComponents": {}
- }
|