Преглед изворни кода

Merge branch 'blueBranch' into allTestUrgent

qymljy пре 5 месеци
родитељ
комит
c08c29c3b7
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/components/normal-basic-layout/details/modules/tabs/tab.vue

+ 1 - 1
src/components/normal-basic-layout/details/modules/tabs/tab.vue

@@ -95,7 +95,7 @@ export default {
       if (this.tabs.length == 0) {this.activeName = 'file'} else {
         this.activeName = 'tab0'
       }
-    }, 1000);
+    }, 100);
     this.isSalesman()
   },
   watch: {