{ "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/homePage/chartview", "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 }, "titleNView": { "buttons": [ { "text":"筛选", "float":"right", "fontSize": "16px", "fontWeight": "bold", "fontSrc": "./static/fonts/iconfont.ttf" } ] } } } }, { "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": false } } } }, { "path": "pages/user/edit-password/index", "style": { "navigationBarTitleText": "修改密码", "app-plus": { "softinputMode": "adjustResize", "pullToRefresh": { "support": false } } } }, { "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": {}, "condition" : { //模式配置,仅开发期间生效 "current": 0, //当前激活的模式(list 的索引项) "list": [ { "name": "", //模式名称 "path": "", //启动页面,必选 "query": "" //启动参数,在页面的onLoad函数里面得到 } ] } }