# kybl_login **Repository Path**: interview_kybl/kybl_login ## Basic Information - **Project Name**: kybl_login - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2019-06-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 科研伴侣登录功能实现 * 自行搭建项目,完成登录界面 * 通过swaggerUI给出的后端接口完成第三方人机验证功能和登录功能 * 登录成功后,跳转主页面,并显示当前登录用户的用户名,例如: 早上好, xxx ! ## 第三方人机验证文件使用 [官方文档](https://docs.geetest.com/install/deploy/client/web) ```javascript 引入 import gtInit from '路径/gt.js' 使用 window.initGeetest({ // 配置参数 }) ```