Browse Source

修改版本号

木星 1 month ago
parent
commit
5530b70c97
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

@@ -219,7 +219,7 @@ const signIn = async () => {
219 219
               if (item.configKey == 'jarVersion') {
220 220
                 a1 = item
221 221
                 a1.configValue = JSON.parse(a1.configValue)
222
-                a1.configValue.manger = 'V1.0.0.20240606'
222
+                a1.configValue.manger = 'V1.1.0.20250208'
223 223
                 a1.configValue = JSON.stringify(a1.configValue)
224 224
 
225 225
                 saveSystem([a1]).then(() => {})