From 4b75dd95a1f9f99c53c6462c75670b25860c113e Mon Sep 17 00:00:00 2001 From: scout <1134087124@qq.com> Date: Mon, 11 Mar 2024 11:30:37 +0800 Subject: [PATCH] test --- src/utils/auto-update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'