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 }