123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164 |
- {
- "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": {}
- }
|