123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "pages": [
- "pages/index/index",
- "pages/login/login",
- "pages/login_two/login_two",
- "pages/login_three/login_three",
- "pages/resource/resource",
- "pages/activityPage/activityPage",
- "pages/message/message",
- "pages/mine/mine"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "navigationBarTitleCentered": true
- },
- "tabBar": {
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "首页"
- },
- {
- "pagePath": "pages/resource/resource",
- "text": "资源库"
- },
- {
- "pagePath": "pages/activityPage/activityPage",
- "text": "活动"
- },
- {
- "pagePath": "pages/message/message",
- "text": "消息"
- },
- {
- "pagePath": "pages/mine/mine",
- "text": "我的"
- }
- ]
- },
- "usingComponents": {}
- }
|