@@ -3,7 +3,7 @@ import axios from '@/libs/axios.js'
// 获取图片验证码
export const getCaptcha = randomCode => {
return axios.request({
- url: `captcha/captcha/create/${randomCode}`,
+ url: `captcha/create/${randomCode}`,
method: 'get',
responseType: 'blob',
}, true)
@@ -74,6 +74,7 @@
*/
maskClick(val) {
this.mkclick = val
+ this.$emit("close")
}
},
data() {