## 验证码及用户注册 已完成效果 ![](./picture/Verification_1.jpg) 预期 ![](./picture/Verification_2.jpg) + login页面添加“记住密码” && "注册" && "重置" + 添加前端验证码 ```js // api添加验证码接口 export function getCodeImg() { return request({ url: '/captchaImage', headers: { isToken: false }, method: 'get', timeout: 20000 }) } // index.vue ``` ![](./picture/personal_1.png) ![](./picture/personal_2.png)