CzRger 5 ヶ月 前
コミット
ee2aaf9c97
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      src/views/web/archive/index.vue

+ 1 - 1
src/views/web/archive/index.vue

@@ -552,7 +552,7 @@ const initWS = () => {
     state.ws.loading = ElLoading.service({
       lock: true,
       text: '智搜服务重新连接中……',
-      background: loadingBg,
+      background: ThemeStore.loadingBg,
     })
     setTimeout(initWS, 5000);
   }