diff --git a/contact-frontend/README.md b/contact-frontend/README.md index 63edd905..eb0fbcbd 100644 --- a/contact-frontend/README.md +++ b/contact-frontend/README.md @@ -27,7 +27,7 @@ │   │   │   ├── enterprise # 企业设置模块 │   │   │   ├── system # 系统设置模块 │   │   │   ├── auth # 权限/登录相关 -│   ├── plugins # 插件 (开发使用的三方库,例如:ProseMirror) +│   ├── plugins # 插件相关 (开发使用的三方库,例如:ProseMirror) │   │   ├── prose-mirror # prose-mirror 插件 │   │   ├── directives # 自定义指令 │   ├── widgets # 小组件 diff --git a/contact-frontend/packages/modules/services/system/src/views/pages/authenticator/AuthenticatorMethodsView.vue b/contact-frontend/packages/modules/services/system/src/views/pages/authenticator/AuthenticatorMethodsView.vue index f8517c1d..46052d2e 100644 --- a/contact-frontend/packages/modules/services/system/src/views/pages/authenticator/AuthenticatorMethodsView.vue +++ b/contact-frontend/packages/modules/services/system/src/views/pages/authenticator/AuthenticatorMethodsView.vue @@ -86,9 +86,16 @@ function onClickProvider(str: string): void {