hanbaoshan
2020-08-29 21a340c24815a55a07db2dc3d2e5a19e7de440cd
src/Pool/TreeData.ts
@@ -96,6 +96,7 @@
  }
  setVideoArr(index: number, value: object, vue: any): void {
    debugger
    vue.$set(this.videoArr, index, value);
    this.activeForceChoose = false;
  }
@@ -377,7 +378,8 @@
          obj.iconStatus2 = '1'
        }
        if (!i.snapshot_url) {
          obj.snapshot_url = require('@/assets/nobody.png')
          // obj.snapshot_url = require('@/assets/nobody.png')
          obj.snapshot_url = ""
        } else {
          obj.snapshot_url = '/httpImage/' + obj.snapshot_url
        }