{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/login/index", "style": { "navigationBarTitleText": "登录", "navigationStyle": "custom", "app-plus": { "softinputMode": "adjustResize", "navigationStyle": "custom" } } }, { "path": "pages/homePage/index", "style": { "navigationBarTitleText": "首页", "app-plus": { "softinputMode": "adjustResize", "pullToRefresh": { "support": true } } } }, { "path": "pages/reportForm/index", "style": { "navigationBarTitleText": "数据查询", "app-plus": { "softinputMode": "adjustResize", "pullToRefresh": { "support": true } } } }, { "path": "pages/message/index", "style": { "navigationBarTitleText": "报警信息", "app-plus": { "softinputMode": "adjustResize", "pullToRefresh": { "support": true } } } }, { "path": "pages/user/index", "style": { "navigationStyle": "custom", "app-plus": { "softinputMode": "adjustResize" } } }, { "path": "pages/user/auth-level/index", "style": { "navigationBarTitleText": "权限等级", "app-plus": { "softinputMode": "adjustResize", "pullToRefresh": { "support": true } } } }, { "path": "pages/user/edit-password/index", "style": { "navigationBarTitleText": "口令设置", "app-plus": { "softinputMode": "adjustResize", "pullToRefresh": { "support": true } } } }, { "path": "pages/user/system-info/index", "style": { "navigationBarTitleText": "系统信息", "app-plus": { "softinputMode": "adjustResize", "pullToRefresh": { "support": true } } } }, { "path": "pages/reportForm/report-detail/index", "style": { "navigationBarTitleText": "报表详情", "app-plus": { "softinputMode": "adjustResize", "titleNView": { "titleText": "报表详情" } } } }, { "path": "pages/message/msg-detail/index", "style": { "navigationBarTitleText": "消息详情", "app-plus": { "softinputMode": "adjustResize" } } }, { "path": "pages/reportForm/report-detail/recordDetail", "style": { "navigationBarTitleText": "运行详情", "app-plus": { "softinputMode": "adjustResize", "titleNView": { "titleText": "运行详情" } } } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "Easy Industrial Report", "navigationBarBackgroundColor": "#ffffff", "backgroundColor": "#2c3e50" }, "tabBar": { "iconfontSrc": "static/fonts/iconfont.ttf", "fontSize": "13px", "height": "56px", "iconWidth": "23px", "list": [{ "pagePath": "pages/homePage/index", "text": "首页", "iconPath": "./static/image/sy.png", "selectedIconPath": "./static/image/sy-sel.png" }, { "pagePath": "pages/reportForm/index", "text": "数据查询", "iconPath": "./static/image/sj.png", "selectedIconPath": "./static/image/sj-sel.png" }, { "pagePath": "pages/message/index", "text": "报警消息", "iconPath": "./static/image/bj.png", "selectedIconPath": "./static/image/bj-sel.png" }, { "pagePath": "pages/user/index", "text": "我的", "iconPath": "./static/image/user.png", "selectedIconPath": "./static/image/user-sel.png" }], "color": "#2c3e50" }, "uniIdRouter": {} }