Commit 02e491402d7c15df4f06d7d2c33e22cf4895868d

Authored by fengtao
1 parent bde1fa2c

fix:移除摄像头拼命开发

Showing 1 changed file with 7 additions and 8 deletions
... ... @@ -138,21 +138,20 @@ export default {
138 138 }
139 139 });
140 140 },
141   - showToastWip(){
142   - uni.$u.toast('拼命开发中 ...')
  141 + showToastWip() {
  142 + uni.$u.toast('拼命开发中 ...');
143 143 },
144 144 openCamera() {
145   - // uni.navigateTo({
146   - // url: 'camera/camera'
147   - // });
148   - this.showToastWip()
  145 + uni.navigateTo({
  146 + url: 'camera/camera'
  147 + });
  148 + // this.showToastWip()
149 149 },
150 150 openOrgStatus() {
151 151 // uni.navigateTo({
152 152 // url: 'configuration/configuration'
153 153 // });
154   - this.showToastWip()
155   -
  154 + this.showToastWip();
156 155 },
157 156 //告警状态查询
158 157 navigatorAlarmStatus(e) {
... ...