瀏覽代碼

modified: src/components/upwindow.vue

asd123a20 2 年之前
父節點
當前提交
ca8c3bbcc0
共有 1 個文件被更改,包括 0 次插入1 次删除
  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;