压缩字体
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user