Commit 0947b843 authored by yyh's avatar yyh

个人认证

parent 10c98b66
......@@ -159,7 +159,6 @@ export default class Personal extends Vue {
const reader = new FileReader();
reader.readAsDataURL(file);
reader.onload = (e: any) => {
console.log(e.target.result);
this.videoBase64 = e.target.result;
};
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment