Ver Fonte

fix: 首次进入首页时 TabTransition 不应展示(由 splash overlay 覆盖)

User há 2 meses atrás
pai
commit
dd329e5562
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      cfc-frontend/pages/index/index.vue

+ 1 - 1
cfc-frontend/pages/index/index.vue

@@ -230,7 +230,7 @@ export default {
     }
     return {
       currentRole: _currentRole,
-      showTabTransition: true,
+      showTabTransition: false,
 
       // splash loading ovarlay(首次进入时展示,数据加载完关闭)
       splashOverlay: false,