src/views/operate/images/index.vue
@@ -216,7 +216,7 @@ typeList: [ { name: "摄像头推送", value: null, value: "01", checked: true, }, { @@ -324,7 +324,7 @@ item.checked = data.name === item.name; }) const checkedType = this.typeList.find(item => item.checked); this.mystatus = checkedType.value ? 2 : 1; this.mystatus = +checkedType.value; this.size = checkedType.value; this.getImageResourceList(); },