diff --git a/src/apps/AppGuardianship/gsLocation.vue b/src/apps/AppGuardianship/gsLocation.vue index 713fc426..74548afc 100644 --- a/src/apps/AppGuardianship/gsLocation.vue +++ b/src/apps/AppGuardianship/gsLocation.vue @@ -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) { diff --git a/src/apps/AppGuardianship/userDetail.vue b/src/apps/AppGuardianship/userDetail.vue index 6de0690b..187311c8 100644 --- a/src/apps/AppGuardianship/userDetail.vue +++ b/src/apps/AppGuardianship/userDetail.vue @@ -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, {