找回图标

This commit is contained in:
aixianling
2022-05-18 14:42:54 +08:00
parent 4652ef18e5
commit 6ea6c3e094
2 changed files with 2 additions and 2 deletions

View File

@@ -133,7 +133,7 @@ export default {
}, },
methods: { methods: {
cdn(icon) { cdn(icon) {
return `${this.$cdn}guardianship/${icon}.png` return `${this.$cdn}AppGuardianship/${icon}.png`
}, },
getMapArea() { getMapArea() {
if (this.mapLib) { if (this.mapLib) {

View File

@@ -97,7 +97,7 @@ export default {
}, },
methods: { methods: {
cdn(icon) { cdn(icon) {
return `${this.$cdn}guardianship/${icon}.png` return `${this.$cdn}AppGuardianship/${icon}.png`
}, },
getDetail(deviceId) { getDetail(deviceId) {
this.$http.post("/app/appintelligentguardianshipdevice/queryMonitorList", null, { this.$http.post("/app/appintelligentguardianshipdevice/queryMonitorList", null, {