| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "pages": [
- "pages/index/index",
- "pages/login/login",
- "pages/pool/pool",
- "pages/strong/strong",
- "pages/rank/rank",
- "pages/mine/mine",
- "pages/profile/edit",
- "pages/order/order",
- "pages/admin/shortPool",
- "pages/agreement/agreement",
- "pages/history/history",
- "pages/contact/contact"
- ],
- "window": {
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "量化交易大师",
- "backgroundColor": "#f5f6fb",
- "titleNView": {
- "titleColor": "#3F51F7",
- "titleSize": "18",
- "titleWeight": "800"
- }
- },
- "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": {}
- }
|