修改difyconfig值

This commit is contained in:
2025-11-26 10:34:32 +08:00
parent bc376d28a1
commit 8ff849d050
6 changed files with 93 additions and 73 deletions

View File

@@ -168,6 +168,7 @@
type="primary"
:loading="loginLoading"
@click="handleLogin"
@keydown.enter="handleLogin"
class="login-button"
>
登录

View File

@@ -161,6 +161,7 @@
type="primary"
:loading="registerLoading"
@click="handleRegister"
@keydown.enter="handleRegister"
class="register-button"
>
注册