{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/login/login", "style": { "navigationStyle": "custom" } }, { "path": "pages/home/home", "style": { "navigationStyle": "custom" } }, { "path": "pages/management/inscanerror", "style": { "navigationStyle": "custom" } }, { "path": "pages/management/AgvOutError", "style": { "navigationStyle": "custom" } }, { "path": "pages/management/HcxOutError", "style": { "navigationStyle": "custom" } }, { "path": "pages/management/ZlOperate", "style": { "navigationStyle": "custom" } }, { "path": "pages/management/HcxErrorHandle", "style": { "navigationStyle": "custom" } }, { "path": "pages/management/outscanerror", "style": { "navigationStyle": "custom" } }, { "path": "pages/management/hcxcheck", "style": { "navigationStyle": "custom" } }, { "path": "pages/management/hcxInfo", "style": { "navigationStyle": "custom" } }, { "path": "pages/management/agvinerror", "style": { "navigationStyle": "custom" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} }