找回图标
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
@@ -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, {
|
||||||
|
|||||||
Reference in New Issue
Block a user