|
|
|
@ -1,10 +1,16 @@ |
|
|
|
|
{ |
|
|
|
|
"pages": [ |
|
|
|
|
{ |
|
|
|
|
"path": "pages/index/index", |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTitleText": "首页" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"path" : "pages/invite/invite", |
|
|
|
|
"path" : "pages/login/login", |
|
|
|
|
"style" : |
|
|
|
|
{ |
|
|
|
|
"navigationBarTitleText": "加入团队", |
|
|
|
|
"navigationBarTitleText": "登录", |
|
|
|
|
"enablePullDownRefresh": false |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
@ -16,6 +22,14 @@ |
|
|
|
|
"enablePullDownRefresh": true |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"path" : "pages/invite/invite", |
|
|
|
|
"style" : |
|
|
|
|
{ |
|
|
|
|
"navigationBarTitleText": "加入团队", |
|
|
|
|
"enablePullDownRefresh": false |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"path" : "pages/orderDetail/orderDetail", |
|
|
|
|
"style" : |
|
|
|
@ -72,12 +86,6 @@ |
|
|
|
|
"enablePullDownRefresh": false |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"path": "pages/index/index", |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTitleText": "首页" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"path" : "pages/qrcode/qrcode", |
|
|
|
|
"style" : |
|
|
|
@ -143,15 +151,6 @@ |
|
|
|
|
"enablePullDownRefresh": false |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
,{ |
|
|
|
|
"path" : "pages/login/login", |
|
|
|
|
"style" : |
|
|
|
|
{ |
|
|
|
|
"navigationBarTitleText": "", |
|
|
|
|
"enablePullDownRefresh": false |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"condition": { //模式配置,仅开发期间生效 |
|
|
|
|
"current": 0, //当前激活的模式(list 的索引项) |
|
|
|
|