新增服务状态检测与轮询功能,优化重启流程,增加超时提示信息

This commit is contained in:
jxxghp
2025-06-09 16:21:31 +08:00
parent bff8c0f86b
commit a2c176bdee
4 changed files with 53 additions and 3 deletions

View File

@@ -124,6 +124,8 @@ export default {
restarting: 'Restarting...',
confirmRestart: 'Confirm restart system?',
restartTip: 'After restart, you will be logged out and need to log in again.',
restartTimeout: 'Restart timeout, the system may need more time to recover, please refresh the page manually later',
restartFailed: 'Restart failed, please check system status',
},
login: {
wallpapers: 'Wallpapers',

View File

@@ -124,6 +124,8 @@ export default {
restarting: '正在重启...',
confirmRestart: '确认重启系统吗?',
restartTip: '重启后,您将被注销并需要重新登录。',
restartTimeout: '重启超时,系统可能需要更长时间恢复,请稍后手动刷新页面',
restartFailed: '重启失败,请检查系统状态',
},
login: {
wallpapers: '壁纸',

View File

@@ -125,6 +125,8 @@ export default {
restarting: '正在重啟...',
confirmRestart: '確認重啟系統嗎?',
restartTip: '重啟後,您將被註銷並需要重新登錄。',
restartTimeout: '重啟超時,系統可能需要更長時間恢復,請稍後手動刷新頁面',
restartFailed: '重啟失敗,請檢查系統狀態',
},
login: {
wallpapers: '壁紙',