Explorar o código

修改app表单

ZaiZai %!s(int64=2) %!d(string=hai) anos
pai
achega
f6a7e2e629
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      public/version.json
  2. 1 1
      src/App.vue

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20230810103606"
+  "value": "20230824114223"
 }

+ 1 - 1
src/App.vue

@@ -34,7 +34,7 @@ nextTick(() => {
         appStore.setCollapse(true)
     }
     //生产环境下,检测更新
-    if (import.meta.env.PROD) {
+    if (import.meta.env.PROD && appStore.isSource !== 'app') {
         getVersionJsonApi()
         //检测新版本
         setInterval(() => {