123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "pages": [
- "pages/index/index",
- "pages/my/index"
- ],
- "subPackages": [
- {
- "root": "pagesOne",
- "pages": [
- "winner/index",
- "winner/uploadImage",
- "record/winnerList",
- "record/uploadList",
- "record/uploadDetail"
- ]
- }
- ],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#A5AEC1",
- "selectedColor": "#1D212A",
- "backgroundColor": "#fff",
- "borderStyle": "white",
- "list": [
- {
- "text": "首页",
- "pagePath": "pages/index/index",
- "iconPath": "static/images/home_default.png",
- "selectedIconPath": "static/images/home_selected.png"
- },
- {
- "text": "我的",
- "pagePath": "pages/my/index",
- "iconPath": "static/images/user_default.png",
- "selectedIconPath": "static/images/user_selected.png"
- }
- ]
- },
- "usingComponents": {}
- }
|