فهرست منبع

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;