crc上传数量对不上
continuous-integration/drone/push Build is passing

This commit is contained in:
熊飞
2024-01-18 11:42:20 +08:00
parent 8081b33a97
commit 932efb308b
2 changed files with 16 additions and 12 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ service.interceptors.response.use(
}
}
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' : '请检查您的网络,稍后刷新页面重试!', store.state.lang.language === 'en'? 'Warning' : '警告', {
type: 'warning',
showCancelButton: false,
callback: action => {}