luobisheng
2022-11-30 7c5e5f42c0700cca7634fb50a926827082938001
图片视频修改
2个文件已修改
6 ■■■■ 已修改文件
src/views/operate/images/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/operate/video/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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();
    },
src/views/operate/video/index.vue
@@ -188,7 +188,7 @@
      typeList: [
        {
          name: "摄像头推送",
          value: null,
          value: "01",
          checked: true,
        },
        {