阳光印刷修改首页信息
阳光印刷调整设备巡检的上传方式
| | |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/index", |
| | | "path": "pages/works", |
| | | "style": { |
| | | "navigationBarTitleText": "首页", |
| | | "navigationStyle": "custom" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/works", |
| | | "style": { |
| | | "navigationBarTitleText": "工作台", |
| | | "navigationStyle": "custom" |
| | | } |
| | | }, |
| | | // { |
| | | // "path": "pages/works", |
| | | // "style": { |
| | | // "navigationBarTitleText": "工作台", |
| | | // "navigationStyle": "custom" |
| | | // } |
| | | // }, |
| | | { |
| | | "path": "pages/login", |
| | | "style": { |
| | |
| | | "backgroundColor": "#ffffff", |
| | | "list": [ |
| | | { |
| | | "pagePath": "pages/index", |
| | | "pagePath": "pages/works", |
| | | "iconPath": "static/images/tabbar/home.png", |
| | | "selectedIconPath": "static/images/tabbar/homeBlue.png", |
| | | "text": "首页" |
| | | }, |
| | | { |
| | | "pagePath": "pages/works", |
| | | "iconPath": "static/images/tabbar/work.png", |
| | | "selectedIconPath": "static/images/tabbar/workBlue.png", |
| | | "text": "工作台" |
| | | }, |
| | | // { |
| | | // "pagePath": "pages/works", |
| | | // "iconPath": "static/images/tabbar/work.png", |
| | | // "selectedIconPath": "static/images/tabbar/workBlue.png", |
| | | // "text": "工作台" |
| | | // }, |
| | | { |
| | | "pagePath": "pages/message", |
| | | "iconPath": "static/images/tabbar/new.png", |
| | |
| | | <text class="task-location">{{ item.inspectionLocation }}</text> |
| | | </view> |
| | | <view class="task-actions"> |
| | | <u-button type="primary" |
| | | <!-- <u-button type="primary" |
| | | size="small" |
| | | @click.stop="startScanForTask(item)" |
| | | :customStyle="{ |
| | |
| | | marginRight: '8px' |
| | | }"> |
| | | 扫码上传 |
| | | </u-button> |
| | | </u-button> --> |
| | | <u-button type="primary" |
| | | size="small" |
| | | @click.stop="startUploadForTask(item)" |
| | |
| | | sendClientIdToServer(); |
| | | // 启动定时获取未读消息数量的定时器 |
| | | startNoticeCountTimer(userId); |
| | | uni.switchTab({ url: "/pages/index" }); |
| | | uni.switchTab({ url: "/pages/works" }); |
| | | }); |
| | | } |
| | | |