From c5db127ed8bd5e9960afe8e2df0b5cd361b2dfc1 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 17 七月 2026 15:31:55 +0800
Subject: [PATCH] 银川 1.客户管理选择框复用组件应用
---
src/packages/effects/common-ui/src/ui/authentication/login.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/packages/effects/common-ui/src/ui/authentication/login.vue b/src/packages/effects/common-ui/src/ui/authentication/login.vue
index 4490925..3402dac 100644
--- a/src/packages/effects/common-ui/src/ui/authentication/login.vue
+++ b/src/packages/effects/common-ui/src/ui/authentication/login.vue
@@ -33,6 +33,7 @@
qrCodeLoginPath: '/auth/qrcode-login',
registerPath: '/auth/register',
showCodeLogin: true,
+ showDocLink: true,
showForgetPassword: true,
showQrcodeLogin: true,
showRegister: true,
@@ -198,6 +199,6 @@
</slot>
<!-- 钀屾柊蹇呰 -->
- <DocLink />
+ <DocLink v-if="showDocLink" />
</div>
</template>
--
Gitblit v1.9.3