Browse Source

bug 修复

lilei 3 years ago
parent
commit
c7cd46f8f0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/libs/versionUpdate.js

+ 1 - 1
src/libs/versionUpdate.js

@@ -10,7 +10,7 @@ const isNewVersion = () => {
         localStorage.setItem('vueVersion', vueVersion);
         localStorage.setItem('vueVersion', vueVersion);
         modal.info({
         modal.info({
           title: '提示',
           title: '提示',
-          content: '发现有新版本发布,请确定刷新页面!',
+          content: '发现有新版本发布,将会强制刷新页面!',
           onOk () {
           onOk () {
             window.location.reload()
             window.location.reload()
           }
           }