parent
948c5c443d
commit
e54a8b1175
@ -0,0 +1,22 @@
|
|||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
<vue-qr :text="imgUrl"></vue-qr>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
<script>
|
||||||
|
import VueQr from 'vue-qr';
|
||||||
|
export default{
|
||||||
|
data(){
|
||||||
|
return {
|
||||||
|
imgUrl:"https://www.edusoa.com/dsideal_yy/pro_integration/reactProject/weChatAppMail/index.html#/mailBoxSend?person_id=22933&identity_id=5",
|
||||||
|
//imgUrl:require("./qrPage.vue")
|
||||||
|
}
|
||||||
|
},
|
||||||
|
components:{
|
||||||
|
VueQr
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<style>
|
||||||
|
|
||||||
|
</style>
|
@ -0,0 +1,17 @@
|
|||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
|
||||||
|
123456789
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default{
|
||||||
|
data(){
|
||||||
|
return {}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style></style>
|
Loading…
Reference in new issue