Browse Source

Merge branch 'release/V1.2.0/test' of http://192.168.4.240:3000/LINK/LINK-MANAGER into release/V1.2.0/test

木星 4 weeks ago
parent
commit
f89d8450ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/Login/components/LoginForm.vue

+ 1 - 1
src/views/Login/components/LoginForm.vue

@@ -212,7 +212,7 @@ const signIn = async () => {
212 212
               if (item.configKey == 'jarVersion') {
213 213
                 a1 = item
214 214
                 a1.configValue = JSON.parse(a1.configValue)
215
-                a1.configValue.manger = 'V1.1.0.20250208'
215
+                a1.configValue.manger = 'V1.2.0.20250221'
216 216
                 a1.configValue = JSON.stringify(a1.configValue)
217 217
 
218 218
                 saveSystem([a1]).then(() => {})