zhangwencui
2026-07-14 4eaf74efba7ead917bf53155a9b9fa59c4743cf8
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>