压缩字体

This commit is contained in:
Andy Leong
2024-01-22 23:17:44 +08:00
parent e16a382159
commit adfb320fa2
67 changed files with 355 additions and 107 deletions

View File

@@ -77,7 +77,7 @@ const drawFn = (item) => {
}
};
const showResult = ref(false);
const showResult = ref(true);
const resultFn = (item) => {
if (item.action == "hide") {
showResult.value = false;
@@ -112,7 +112,7 @@ onMounted(() => {
showLoad.value = true;
return;
} else {
authorize({ scopeType: 1,redirectUri:url }).then((res) => {
authorize({ scopeType: 1, redirectUri: url }).then((res) => {
if (res.code == 0) {
console.log("重定向地址:", res.data);
location.replace(res.data);
@@ -149,7 +149,7 @@ onMounted(() => {
}
});
} else {
authorize({ scopeType: 1,redirectUri:url }).then((res) => {
authorize({ scopeType: 1, redirectUri: url }).then((res) => {
if (res.code == 0) {
console.log("重定向地址:", res.data);
location.replace(res.data);