前端獲取驗證碼

三歲就很~酷~發表於2020-12-20

前端獲取驗證碼

getCode(){
	let than=this
	let urlType="captchImage"
	getAllAndroidPlugins(urlType).then(res=>{
		console.log("msg",than.msg)
		let data=res.data;
		console.log(data)
		than.codeUrl="data:image/gif;base64"+data.img;
		than.loginForm.uuid=data.uuid
	})
}

相關文章