稳定测试版

This commit is contained in:
2025-10-28 19:41:05 +08:00
parent cd6160deaa
commit ddd295565b
13 changed files with 996 additions and 124 deletions

View File

@@ -79,7 +79,7 @@ import { getToken, setToken, setUser, setUserPass, getUserPass } from '@/stores/
import { ElLoading, ElMessage } from 'element-plus';
import { passToken } from '@/api/ios';
let version = ref('1.6.4');
let version = ref('2.5.0');
onMounted(() => {
@@ -122,7 +122,7 @@ const onSubmit = () => {
}).catch((err) => {
loading.close();
}).finally((err) => {
loading.close();
// loading.close();
})
})
};