{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages // 主页 { "path": "pages/index/index", "style": { "navigationStyle": "custom" } }, // 护理 { "path": "pages/Nursing/index", "style": { "navigationStyle": "custom" } }, // 仓储 { "path": "pages/Warehousing/index", "style": { "navigationStyle": "custom" } }, // 登录 { "path": "pages/login/login", "style": { "navigationStyle": "custom" } }, // 护理表格预览 { "path": "pages/timeMatrix/index", "style": { "navigationStyle": "custom" } } // { // "path": "pages/somethingmove/index", // "style": { // "navigationStyle": "custom" // } // } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app x", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8", "bounce": "none" //关闭窗口回弹效果 }, "uniIdRouter": {} }