From 8bbb98430a0b2af3ee2c779626f1637202671936 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=96=AA=E5=90=8D?= <942005050@qq.com> Date: Thu, 27 Apr 2023 07:43:08 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=9B=B4=E6=96=B0=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E8=AF=AD=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PC/src/utils/upDateVersion.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/PC/src/utils/upDateVersion.js b/fe/PC/src/utils/upDateVersion.js index 7e98551e8..ef3aee0f0 100644 --- a/fe/PC/src/utils/upDateVersion.js +++ b/fe/PC/src/utils/upDateVersion.js @@ -25,7 +25,7 @@ export function updateVersion () { } function save () { var vm = new Vue() - vm.$message.warning('有新版本发布,自动更新升级中') + vm.$message.warning('新版本发布,自动更新升级中') setTimeout(() => { vm.$message.success('更新完成') }, 1000 * 3)