添加文本预览、创建文件功能,调整通用智能布局,添加提示,修改第三方绑定及登录最长等待时间

This commit is contained in:
junleea 2025-05-08 14:18:21 +08:00
parent f991a8033d
commit 3abec78c71
2 changed files with 2 additions and 9 deletions

View File

@ -120,7 +120,7 @@ const rules = {
};
//
const login = ref(null);
const maxLoginRepeatRequest = 30; //
const maxLoginRepeatRequest = 60; //
const currentLoginRequest = ref(0); //
const thirdPartyLogoInfoList = ref([
@ -158,13 +158,6 @@ var loginData = ref({
password: "",
ip: "",
});
const thirdPartyPlatform = ref([
{ label: 'QQ', value: 'qq' },
{ label: 'Github', value: 'github' },
{ label: 'Gitee', value: 'gitee' },
{ label: 'Google', value: 'google' },
{ label: 'Facebook', value: 'facebook'}
]);
const thirdLogin = async (type) => {
//uuid

View File

@ -158,7 +158,7 @@ const avatarImg = ref('');
const imgSrc = ref('');
const cropImg = ref('');
const cropper: any = ref();
const maxLoginRepeatRequest = 30; //
const maxLoginRepeatRequest = 60; //
const currentLoginRequest = ref(0); //
const thirdPartyUserInfo = ref<ThirdPartyUserInfo[]>([]);