pages.json
@@ -1,7 +1,15 @@ { "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path" : "pages/test/test01", "style" : { "navigationBarTitleText": "测试1", "enablePullDownRefresh": false } }, { "path": "pages/LoginDemo/LoginDemo", "style": { @@ -113,6 +121,14 @@ "navigationBarTitleText" : "提取物料", "enablePullDownRefresh" : false } }, { "path" : "pages/user/user", "style" : { "navigationBarTitleText" : "账号", "enablePullDownRefresh" : false } } ], "globalStyle": {