稳定测试版
This commit is contained in:
@@ -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();
|
||||
})
|
||||
})
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user