| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- {
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "量化交易大师"
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/pool/pool",
- "style": {
- "navigationBarTitleText": "量化交易大师"
- }
- },
- {
- "path": "pages/strong/strong",
- "style": {
- "navigationBarTitleText": "量化交易大师"
- }
- },
- {
- "path": "pages/rank/rank",
- "style": {
- "navigationBarTitleText": "量化交易大师"
- }
- },
- {
- "path": "pages/mine/mine",
- "style": {
- "navigationBarTitleText": "量化交易大师"
- }
- },
- {
- "path": "pages/profile/edit",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/order/order",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/admin/shortPool",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/agreement/agreement",
- "style": {
- "navigationBarTitleText": "协议"
- }
- },
- {
- "path": "pages/history/history",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/contact/contact",
- "style": {
- "navigationBarTitleText": "联系我们"
- }
- }
- ],
- "globalStyle": {
- "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"
- }
- ]
- }
- }
|