|
@@ -1,27 +1,27 @@
|
|
|
{
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
{
|
|
|
- "path" : "pages/login/login",
|
|
|
- "style" : {
|
|
|
+ "path": "pages/index/index",
|
|
|
+ "style": {
|
|
|
"navigationStyle":"custom",
|
|
|
"navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
+ "enablePullDownRefresh": true,
|
|
|
"app-plus": {
|
|
|
"titleNView": false
|
|
|
}
|
|
|
}
|
|
|
- },{
|
|
|
- "path": "pages/index/index",
|
|
|
- "style": {
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path" : "pages/login/login",
|
|
|
+ "style" : {
|
|
|
"navigationStyle":"custom",
|
|
|
"navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": true,
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
"app-plus": {
|
|
|
"titleNView": false
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
-
|
|
|
{
|
|
|
"path" : "pages/chat/chat",
|
|
|
"style" :
|