Selaa lähdekoodia

Merge branch 'master' of http://git.cc-lotus.info/service-platform/web-test

guhongwei 4 vuotta sitten
vanhempi
commit
96d732b603
1 muutettua tiedostoa jossa 0 lisäystä ja 8 poistoa
  1. 0 8
      src/views/kjpdhall/index.vue

+ 0 - 8
src/views/kjpdhall/index.vue

@@ -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']),