2
0

feat: 修改生产API标识,修改默认布局

This commit is contained in:
TsMask
2024-11-28 10:36:01 +08:00
parent 1240d9aedf
commit 19d48eac0e
15 changed files with 27 additions and 91 deletions

View File

@@ -45,6 +45,9 @@ async function getCheckCode() {
if (!error) {
codeImg.value = `data:image/png;base64,${data.img}`;
model.uuid = data.uuid;
if (data?.text) {
model.code = data.text;
}
}
}
</script>

View File

@@ -124,7 +124,7 @@ const showSteps = computed(() => !isMobile.value);
:current="currentStep"
size="small"
class="max-w-full mb-16px"
:direction="'horizontal'"
direction="horizontal"
:responsive="false"
>
<AStep :title="t('page.login.register.basicInfo')" />