|
@ -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); |
|
|
|
|
|
}); |
|
|
}); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|