Pārlūkot izejas kodu

修改版本号

木星 1 mēnesi atpakaļ
vecāks
revīzija
5530b70c97
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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(() => {})