图片路径更换

This commit is contained in:
home孙 2025-07-09 10:22:52 +08:00
parent 33c745a019
commit 85a75db053

View File

@ -1676,7 +1676,8 @@ export default {
getPermissionStatus() {
var store = this.$store.state
var TargetValue = {
deviceId: store.equipmentList[this.indexs - 1].deviceId
deviceId: store.equipmentList[this.indexs - 1].deviceId,
enName:getLanguage()
}
this.api.getPermissionStatus(TargetValue).then(res => {
if (res.data.code == 200) {
@ -1755,7 +1756,8 @@ export default {
getStatus() {
var store = this.$store.state
var TargetValue = {
deviceId: store.equipmentList[this.indexs - 1].deviceId
deviceId: store.equipmentList[this.indexs - 1].deviceId,
enName:getLanguage()
}
this.api.getControlGetState(TargetValue).then(res => {
if (res.data.code == 200) {