yusheng hai 4 días
pai
achega
eeabe92159
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/views/home/yuxin.vue

+ 2 - 1
src/views/home/yuxin.vue

@@ -16,6 +16,7 @@
             class="custom-select"
             popper-class="custom-select-dropdown"
             @change="init"
+            :popper-append-to-body="false"
           >
             <el-option
               v-for="item in selectOptions"
@@ -918,7 +919,7 @@
 
       this.initTimer = setInterval(() => {
         this.init();
-      }, 600000);
+      }, 180000);
       // 初始化时同步头部宽度
       // this.$nextTick(() => {
       //   this.syncHeaderWidth();