找回图标

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: {
cdn(icon) {
return `${this.$cdn}guardianship/${icon}.png`
return `${this.$cdn}AppGuardianship/${icon}.png`
},
getMapArea() {
if (this.mapLib) {

View File

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