断网提示
continuous-integration/drone/push Build is passing Details

uat_us
熊飞 2024-01-18 11:43:31 +08:00
parent 932efb308b
commit 540b85e160
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ service.interceptors.response.use(
} }
} }
if (!window.navigator.onLine) { if (!window.navigator.onLine) {
MessageBox.confirm(store.state.lang.language === 'en'? 'Please check your network' : '请检查您的网络,稍后刷新页面重试!', store.state.lang.language === 'en'? 'Warning' : '警告', { MessageBox.confirm(store.state.lang.language === 'en'? 'Please check your network, refresh the page later to try again' : '请检查您的网络,稍后刷新页面重试!', store.state.lang.language === 'en'? 'Warning' : '警告', {
type: 'warning', type: 'warning',
showCancelButton: false, showCancelButton: false,
callback: action => {} callback: action => {}