{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/start", "style": { "navigationStyle": "custom" } }, { "path": "pages/index", "style": { "navigationStyle": "custom", "app-plus": { "animationType": "none" } } }, { "path": "pages/log", "style": { "navigationStyle": "custom", "app-plus": { "animationType": "none" } } }, { "path": "pages/setting", "style": { "navigationStyle": "custom", "app-plus": { "animationType": "none" } } }, { "path": "pages/set/net", "style": { "navigationStyle": "custom" } }, { "path": "pages/set/base", "style": { "navigationStyle": "custom" } }, { "path": "pages/set/device", "style": { "navigationStyle": "custom" } }, { "path": "pages/set/endomanage", "style": { "navigationStyle": "custom" } }, { "path": "pages/set/personmanage", "style": { "navigationStyle": "custom" } }, { "path": "pages/set/run", "style": { "navigationStyle": "custom" } }, { "path" : "pages/modbus/modbus", "style" : { "navigationBarTitleText" : "串口调试" } }, { "path" : "pages/database/database", "style" : { "navigationBarTitleText" : "存储调试" } } ], "globalStyle": { "navigationBarTextStyle": "#fff", "navigationBarTitleText": "", "navigationBarBackgroundColor": "#000000", "backgroundColor": "#000000" }, "uniIdRouter": {}, // "condition": { // "current": 0, // "list": [{ // "name": "", // "path": "pages/index" // }] // }, "easycom": { "autoscan": true, "custom": { "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue" } } }