Browse Source

Merge branch 'develop' of http://39.106.31.193:9211/mengff/jihe-hs into develop

wangqin
hui 7 months ago
parent
commit
dd6bbd41d8
  1. 1
      ruoyi-ui/src/views/JiHeExpressway/pages/control/qrCode/index.vue

1
ruoyi-ui/src/views/JiHeExpressway/pages/control/qrCode/index.vue

@ -25,7 +25,6 @@ export default {
mounted() { mounted() {
getConfigKey("dc.alarmUrl").then((res) => { getConfigKey("dc.alarmUrl").then((res) => {
this.alarmUrl = res.msg this.alarmUrl = res.msg
this.$cache.local.set("manageStation", res.msg);
}); });
} }
} }

Loading…
Cancel
Save