From 4e77ebcc919c680ab30426677da33e48cc9312c9 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Wed, 7 May 2025 10:10:10 +0800 Subject: [PATCH] feat: model --- ui/src/views/login/index.vue | 2 +- ui/src/views/model/index.vue | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ui/src/views/login/index.vue b/ui/src/views/login/index.vue index 8aab13ab3..e51aa762e 100644 --- a/ui/src/views/login/index.vue +++ b/ui/src/views/login/index.vue @@ -135,7 +135,7 @@ const loginHandle = () => { } function makeCode() { loginApi.getCaptcha().then((res: any) => { - identifyCode.value = res.captcha + identifyCode.value = res.data.captcha }) } onBeforeMount(() => { diff --git a/ui/src/views/model/index.vue b/ui/src/views/model/index.vue index 8de34f3fb..64f1d4e57 100644 --- a/ui/src/views/model/index.vue +++ b/ui/src/views/model/index.vue @@ -188,6 +188,7 @@