diff --git a/core/core-frontend/src/views/system/parameter/basic/BasicEdit.vue b/core/core-frontend/src/views/system/parameter/basic/BasicEdit.vue index 7cd0a12c6d..d589fe2692 100644 --- a/core/core-frontend/src/views/system/parameter/basic/BasicEdit.vue +++ b/core/core-frontend/src/views/system/parameter/basic/BasicEdit.vue @@ -33,7 +33,8 @@ const state = reactive({ { value: '0', label: '普通登录' }, { value: '1', label: 'LDAP' }, { value: '2', label: 'OIDC' }, - { value: '3', label: 'CAS' } + { value: '3', label: 'CAS' }, + { value: '9', label: 'OAUTH2' } ] }) diff --git a/core/core-frontend/src/views/system/parameter/basic/BasicInfo.vue b/core/core-frontend/src/views/system/parameter/basic/BasicInfo.vue index fdb82f0432..d01817675c 100644 --- a/core/core-frontend/src/views/system/parameter/basic/BasicInfo.vue +++ b/core/core-frontend/src/views/system/parameter/basic/BasicInfo.vue @@ -65,7 +65,8 @@ const state = reactive({ { value: '0', label: '普通登录' }, { value: '1', label: 'LDAP' }, { value: '2', label: 'OIDC' }, - { value: '3', label: 'CAS' } + { value: '3', label: 'CAS' }, + { value: '9', label: 'OAUTH2' } ] }) let originData = [] diff --git a/de-xpack b/de-xpack index 722437798b..c36c17c280 160000 --- a/de-xpack +++ b/de-xpack @@ -1 +1 @@ -Subproject commit 722437798bed3333f3b5d346a30f263208ad4af0 +Subproject commit c36c17c280565d406cde5f0d7217391898488ab8