Commit 1a9754d6 authored by 吴卿华's avatar 吴卿华

考试入口

parent 7321ff8b
import request from '@/utils/request'
<template>
<img :src="src" style=" position: relative;
left: 37%;
top: 10%;
width: 27%;">
</template>
<script>
const src = require('../qRCode/img/qrcode_1673250700723.png')
export default{
computed:{
src(){
return src
}
}
}
</script>
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