@@ -88,7 +88,6 @@ export default {
},
async created() {
await this.search();
- // await this.searchVedio();
methods: {
...channel(['query', 'fetch', 'update', 'create', 'delete']),
@@ -107,15 +106,8 @@ export default {
}
show(data) {
- console.log(data);
this.videoUrl = data.file_path;
- // async searchVedio() {
- // const res = await this.videoquery({ user_id: this.id });
- // if (this.$checkRes(res)) {
- // this.$set(this, `videolist`, res.data);
- // }
- // },
computed: {
...mapState(['user']),