소스 검색

修改版本号

mifei 4 달 전
부모
커밋
6a104db1e1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
               if (item.configKey == 'jarVersion') {
212
               if (item.configKey == 'jarVersion') {
213
                 a1 = item
213
                 a1 = item
214
                 a1.configValue = JSON.parse(a1.configValue)
214
                 a1.configValue = JSON.parse(a1.configValue)
215
-                a1.configValue.manger = 'V1.2.0.20250220'
215
+                a1.configValue.manger = 'V1.2.0.20250221'
216
                 a1.configValue = JSON.stringify(a1.configValue)
216
                 a1.configValue = JSON.stringify(a1.configValue)
217
 
217
 
218
                 saveSystem([a1]).then(() => {})
218
                 saveSystem([a1]).then(() => {})