CzRger 4 ヶ月 前
コミット
2c1e291f46
共有1 個のファイルを変更した2 個の追加6 個の削除を含む
  1. 2 6
      src/views/web/list/index-worker.vue

+ 2 - 6
src/views/web/list/index-worker.vue

@@ -598,7 +598,7 @@ const initWorker = () => {
           switch (json.type) {
             case 'session': {
               sessionId = json.sessionId
-              if (state.cascaderParams.options.length === 0 && data.init) {
+              if (state.cascaderParams.options.length === 0) {
                 initArea()
               }
             } break
@@ -691,14 +691,10 @@ const initWorker = () => {
       case 'onclose': {
         state.ws.loading = ElLoading.service({
           lock: true,
-          text: '智搜服务重新连接中……',
+          text: '智搜服务已断开,请刷新页面……',
           background: ThemeStore.loadingBg,
         })
       } break
-      case 'onconnect': {
-        state.ws.loading.close()
-        state.ws.loading = null
-      } break
     }
   }
 }