|
|
|
@ -1,6 +1,18 @@ |
|
|
|
{ |
|
|
|
|
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages |
|
|
|
{ |
|
|
|
"path" : "pages/allpages/index", |
|
|
|
"style" : |
|
|
|
{ |
|
|
|
"navigationBarTitleText": "调试所有页面", |
|
|
|
"navigationBarBackgroundColor": "#1783FF", |
|
|
|
"navigationBarTextStyle": "white" |
|
|
|
// "enablePullDownRefresh": false |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
{ |
|
|
|
"path" : "pages/login/index", |
|
|
|
"style" : |
|
|
|
|