Kaynağa Gözat

modified: src/components/upwindow.vue

asd123a20 2 yıl önce
ebeveyn
işleme
ca8c3bbcc0
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. 0 1
      src/components/upwindow.vue

+ 0 - 1
src/components/upwindow.vue

@@ -46,7 +46,6 @@ export default {
     ...mapActions(['upWindewQuery', 'contentsQuery']),
     // 点击窗口
     async btn() {
-      console.log(this.upwindow);
       if (this.upwindow[0].url && this.upwindow[0].url !== '') {
         window.open(this.upwindow[0].url);
         return false;