From 7bc79fac493ee54b0ba8650f3a40632378d81070 Mon Sep 17 00:00:00 2001 From: ZZJ <zzjdsg2300@163.com> Date: 星期三, 08 十二月 2021 09:44:42 +0800 Subject: [PATCH] 登录页 --- src/pages/ai/index/App.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/ai/index/App.vue b/src/pages/ai/index/App.vue index 6552cac..704b524 100644 --- a/src/pages/ai/index/App.vue +++ b/src/pages/ai/index/App.vue @@ -504,8 +504,8 @@ installedApps: [], storeApps: [], installFile: {}, - appUpgreading: true, - sdkUpgreading: true, + appUpgreading: false, + sdkUpgreading: false, autoRefresh: true, productDetailVisible: false, isUpgrading: false, @@ -1054,7 +1054,7 @@ let _this = this; setTimeout(() => { _this.autoRefreshAppAndSdkState(); - }, 500); + }, 1000); }, }, }; -- Gitblit v1.8.0