Monitor-APP/pages.json
@@ -1,6 +1,15 @@ { "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path" : "pages/webSocket", "style" : { "navigationBarTitleText": "webSocket", "enablePullDownRefresh": false } }, { "path": "pages/home/home", "style": { "navigationStyle": "custom", @@ -58,7 +67,8 @@ } ], ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app",