|
@@ -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
|
|
|
}
|
|
|
}
|
|
|
}
|