| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "pages": [
- "pages/home/index",
- "pages/my/my",
- "pages/message/message",
- "pages/communicate/communicate"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#1296db",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/home/index",
- "iconPath": "static/home.png",
- "selectedIconPath": "static/homeselect.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/message/message",
- "iconPath": "static/goutong.png",
- "selectedIconPath": "static/goutong1.png",
- "text": "消息"
- },
- {
- "pagePath": "pages/communicate/communicate",
- "iconPath": "static/kefu.png",
- "selectedIconPath": "static/kefu1.png",
- "text": "沟通"
- },
- {
- "pagePath": "pages/my/my",
- "iconPath": "static/my.png",
- "selectedIconPath": "static/myselect.png",
- "text": "我的"
- }
- ]
- },
- "usingComponents": {}
- }
|