| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "pages": [
- "pages/index/index",
- "pages/pool/pool",
- "pages/strong/strong",
- "pages/rank/rank",
- "pages/mine/mine"
- ],
- "window": {
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "量化选股大师",
- "backgroundColor": "#f5f6fb"
- },
- "tabBar": {
- "color": "#999999",
- "selectedColor": "#5d55e8",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "打分查询",
- "iconPath": "static/images/tab_search.png",
- "selectedIconPath": "static/images/tab_search_active.png"
- },
- {
- "pagePath": "pages/pool/pool",
- "text": "超短池",
- "iconPath": "static/images/tab_short.png",
- "selectedIconPath": "static/images/tab_short_active.png"
- },
- {
- "pagePath": "pages/strong/strong",
- "text": "强势池",
- "iconPath": "static/images/tab_strong.png",
- "selectedIconPath": "static/images/tab_strong_active.png"
- },
- {
- "pagePath": "pages/rank/rank",
- "text": "模拟排名",
- "iconPath": "static/images/tab_rank.png",
- "selectedIconPath": "static/images/tab_rank_active.png"
- },
- {
- "pagePath": "pages/mine/mine",
- "text": "个人中心",
- "iconPath": "static/images/tab_mine.png",
- "selectedIconPath": "static/images/tab_mine_active.png"
- }
- ]
- },
- "usingComponents": {}
- }
|