123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- {
- "pages": [
- {
- "path" : "pages/deal/deal",
- "style" :
- {
-
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
-
- }
-
- },
-
- {
- "path": "pages/index/index",
- "style": {
-
- "navigationStyle": "custom"
-
- }
- },
- {
- "path": "pages/index/index_new",
- "style": {
-
- "navigationStyle": "custom"
-
- }
- }
-
- ,{
- "path" : "pages/skip/skip",
- "style" :
- {
-
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
-
- }
- ,{
- "path" : "pages/notice/notice",
- "style" :
- {
-
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
-
- }
- ,{
- "path" : "pages/deal/productInfo",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
-
- }
- ,{
- "path" : "pages/test/test",
- "style" :
- {
- "navigationBarTitleText": "ceshi",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/deal/product_info",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
-
- }
- ],
- "tabBar": {
- "selectedColor": "#A5CF49",
- "color": "#999999",
- "borderStyle": "white",
- "backgroundColor": "#fff",
- "fontSize": "16px",
- "list": [
- {
- "pagePath": "pages/index/index_new",
- "text": "简图速览"
-
-
- },
- {
- "pagePath": "pages/deal/deal",
- "text": "账号交易"
-
-
- },
-
- {
- "pagePath": "pages/skip/skip",
- "text": "快捷跳转"
-
-
- },
- {
- "pagePath": "pages/notice/notice",
- "text": "公告"
-
-
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#FFFFFF"
- },
- "uniIdRouter": {}
- }
|