fix: BUG修改

This commit is contained in:
kun 2024-01-24 16:00:01 +08:00
parent 86ad7da1a8
commit 50b0092124

View File

@ -197,7 +197,7 @@ export default {
}).then((res) => {
var DATA = res.result.videoList;
this.devList = DATA;
this.videoList = this.devList;
this.videoList = this.devList.concat(); //
console.log("视频的列表", res.result);
this.dataType = res.result.type;
});