摘要: 1.前端请求验证码 getCodeImg().then(response => { this.codeUrl = "data:image/gif;base64," + response.captcha; this.formLogin.uuid = response.uuid; }); export 阅读全文
posted @ 2023-12-07 23:10 Acegzx 阅读(33) 评论(0) 推荐(0)