feat: 修改生产API标识,修改默认布局
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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')" />
|
||||
|
||||
Reference in New Issue
Block a user