From 6ea6c3e0945b19893857877befba476a63f5d4e3 Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 18 May 2022 14:42:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=BE=E5=9B=9E=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppGuardianship/gsLocation.vue | 2 +- src/apps/AppGuardianship/userDetail.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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, {