|
|
|
@ -1,18 +1,18 @@ |
|
|
|
|
{ |
|
|
|
|
"pages": [ |
|
|
|
|
{ |
|
|
|
|
"path" : "pages/login/login", |
|
|
|
|
"path" : "pages/index/index", |
|
|
|
|
"style" : |
|
|
|
|
{ |
|
|
|
|
"navigationBarTitleText": "登录", |
|
|
|
|
"navigationStyle": "custom", |
|
|
|
|
"enablePullDownRefresh": false |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"path" : "pages/index/index", |
|
|
|
|
"path" : "pages/login/login", |
|
|
|
|
"style" : |
|
|
|
|
{ |
|
|
|
|
"navigationStyle": "custom", |
|
|
|
|
"navigationBarTitleText": "登录", |
|
|
|
|
"enablePullDownRefresh": false |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
@ -275,7 +275,7 @@ |
|
|
|
|
"current": 0, //当前激活的模式(list 的索引项) |
|
|
|
|
"list": [{ |
|
|
|
|
"name": "test", //模式名称 |
|
|
|
|
"path": "pages/login/login" //启动页面,必选 |
|
|
|
|
"path": "pages/index/index" //启动页面,必选 |
|
|
|
|
}] |
|
|
|
|
}, |
|
|
|
|
"globalStyle": { |
|
|
|
|