lilei 2 years ago
parent
commit
755cc8f2ec
2 changed files with 2 additions and 2 deletions
  1. 1 1
      public/version.json
  2. 1 1
      src/libs/versionUpdate.js

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1670379269710
+  "version": 1670379327865
 }

+ 1 - 1
src/libs/versionUpdate.js

@@ -7,7 +7,7 @@ const isNewVersion = () => {
       const vueVersion = res.data.version
       const message = res.data.message
       const localVueVersion = localStorage.getItem('vueVersion-iscm')
-      // 开发环境不比对版本
+      // 开发环境不比对版本
       const production = process.env.NODE_ENV === 'production'
       if (localVueVersion && localVueVersion != vueVersion && production) {
         modal.info({