cms
cms copied to clipboard
ss7.0 验证码api获取不到验证码
@starlying 报错500,不返回验证码
遇到同样的问题,验证码不显示
axios.post('/api/v1/captcha').then(function (response) { var res = response.data; document.getElementById("imgCaptcha").src = "/api/v1/captcha/" + res.value; }).catch(function (error) { console.log(error); }).then(function () { // utils.loading($this, false); });