|
|
@ -1,21 +1,14 @@ |
|
|
|
{ |
|
|
|
"pages": [ |
|
|
|
{ |
|
|
|
"path": "pages/index/test", |
|
|
|
"style": { |
|
|
|
"navigationStyle": "custom", |
|
|
|
"enablePullDownRefresh": false |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"path": "pages/index/test2", |
|
|
|
"path": "pages/index/home", |
|
|
|
"style": { |
|
|
|
"navigationStyle": "custom", |
|
|
|
"enablePullDownRefresh": false |
|
|
|
"enablePullDownRefresh": true |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"path": "pages/index/home", |
|
|
|
"path": "pages/index/member", |
|
|
|
"style": { |
|
|
|
"navigationStyle": "custom", |
|
|
|
"enablePullDownRefresh": true |
|
|
@ -101,22 +94,10 @@ |
|
|
|
}, |
|
|
|
"tabBar": { |
|
|
|
"color": "#999", |
|
|
|
"selectedColor": "#c70019", |
|
|
|
"selectedColor": "#06DADC", |
|
|
|
"borderStyle": "white", |
|
|
|
"backgroundColor": "#ffffff", |
|
|
|
"list": [ |
|
|
|
{ |
|
|
|
"pagePath": "pages/index/test", |
|
|
|
"text": "测试", |
|
|
|
"iconPath": "static/维修图标.png", |
|
|
|
"selectedIconPath": "static/维修图标-点击.png" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"pagePath": "pages/index/test2", |
|
|
|
"text": "webView", |
|
|
|
"iconPath": "static/维修图标.png", |
|
|
|
"selectedIconPath": "static/维修图标-点击.png" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"pagePath": "pages/index/home", |
|
|
|
"text": "主页", |
|
|
@ -125,9 +106,15 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"pagePath": "pages/index/maintain", |
|
|
|
"text": "维修", |
|
|
|
"iconPath": "static/维修图标.png", |
|
|
|
"selectedIconPath": "static/维修图标-点击.png" |
|
|
|
"text": "书桌", |
|
|
|
"iconPath": "static/书桌图标.png", |
|
|
|
"selectedIconPath": "static/书桌图标-点击.png" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"pagePath": "pages/index/member", |
|
|
|
"text": "会员", |
|
|
|
"iconPath": "static/会员图标.png", |
|
|
|
"selectedIconPath": "static/会员图标-点击.png" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"pagePath": "pages/index/user", |
|
|
|