{{ item.name }}
{{ item.description }}
diff --git a/ui/src/views/chat/user-login/index.vue b/ui/src/views/chat/user-login/index.vue
index d0a9dbe2c..d074e08f7 100644
--- a/ui/src/views/chat/user-login/index.vue
+++ b/ui/src/views/chat/user-login/index.vue
@@ -133,7 +133,7 @@
class="login-button-circle color-secondary"
@click="changeMode('QR_CODE')"
>
-

+
-

+
{{ $t('views.system.authentication.scanTheQRCode.dingtalkQrCode') }}
diff --git a/ui/src/views/chat/user-login/scanCompinents/larkQrCode.vue b/ui/src/views/chat/user-login/scanCompinents/larkQrCode.vue
index fd4e4fcb4..f9ac6fffd 100644
--- a/ui/src/views/chat/user-login/scanCompinents/larkQrCode.vue
+++ b/ui/src/views/chat/user-login/scanCompinents/larkQrCode.vue
@@ -1,6 +1,6 @@
-

+
{{ $t('views.system.authentication.scanTheQRCode.larkQrCode') }}
diff --git a/ui/src/views/login/index.vue b/ui/src/views/login/index.vue
index 7713b0175..a77697db3 100644
--- a/ui/src/views/login/index.vue
+++ b/ui/src/views/login/index.vue
@@ -108,7 +108,7 @@
class="login-button-circle color-secondary"
@click="changeMode('QR_CODE')"
>
-
+
-

+
{{ $t('views.system.authentication.scanTheQRCode.dingtalkQrCode') }}
diff --git a/ui/src/views/login/scanCompinents/larkQrCode.vue b/ui/src/views/login/scanCompinents/larkQrCode.vue
index 97e7d6b6a..ad670e879 100644
--- a/ui/src/views/login/scanCompinents/larkQrCode.vue
+++ b/ui/src/views/login/scanCompinents/larkQrCode.vue
@@ -1,6 +1,6 @@
-

+
{{ $t('views.system.authentication.scanTheQRCode.larkQrCode') }}
diff --git a/ui/src/views/system-chat-user/authentication/component/SCAN.vue b/ui/src/views/system-chat-user/authentication/component/SCAN.vue
index de230700e..3b4cc60ec 100644
--- a/ui/src/views/system-chat-user/authentication/component/SCAN.vue
+++ b/ui/src/views/system-chat-user/authentication/component/SCAN.vue
@@ -148,7 +148,7 @@ function createPlatform(key: string, name: string): Platform {
return {
key,
- logoSrc: new URL(`../../../assets/scan/logo_${logo}.svg`, import.meta.url).href,
+ logoSrc: new URL(`../../../assets/logo/logo_${logo}.svg`, import.meta.url).href,
name,
isActive: false,
isValid: false,
diff --git a/ui/src/views/system-setting/authentication/component/SCAN.vue b/ui/src/views/system-setting/authentication/component/SCAN.vue
index 0d3bd0fdc..b6c895f97 100644
--- a/ui/src/views/system-setting/authentication/component/SCAN.vue
+++ b/ui/src/views/system-setting/authentication/component/SCAN.vue
@@ -17,7 +17,7 @@
new ComplexPermission(
[RoleConst.ADMIN],
[PermissionConst.LOGIN_AUTH_EDIT],
- [],'OR',)"
+ [],'OR',)"
>{{ $t('views.system.authentication.scanTheQRCode.access') }}
@@ -155,7 +155,7 @@ function createPlatform(key: string, name: string): Platform {
return {
key,
- logoSrc: new URL(`../../../../assets/scan/logo_${logo}.svg`, import.meta.url).href,
+ logoSrc: new URL(`../../../../assets/logo/logo_${logo}.svg`, import.meta.url).href,
name,
isActive: false,
isValid: false,