diff --git a/src/utils/auto-update.js b/src/utils/auto-update.js index 19b1c5b..4efa0c2 100644 --- a/src/utils/auto-update.js +++ b/src/utils/auto-update.js @@ -45,7 +45,7 @@ function autoRefresh() { setTimeout(async () => { const willUpdate = await needUpdate(); if (willUpdate) { - ElMessageBox.confirm('点击确定刷新页面,取消则继续使用旧版本', '提示', { + ElMessageBox.confirm('点击确定刷新页面,取消则继续使用旧版本', '提示!', { confirmButtonText: '确定', cancelButtonText: '取消', type: 'warning'