|
@@ -18,7 +18,7 @@
|
|
|
<Divider></Divider>
|
|
|
<div class="p-20px flex">
|
|
|
<div>
|
|
|
- <QRCode :value="`https://api.qlapp.cn/useprogram/?placeId=${siteId}`" ref="qrcodeCanvasRef" />
|
|
|
+ <QRCode :value="`https://api.qlapp.cn/school/?placeId=${siteId}`" ref="qrcodeCanvasRef" />
|
|
|
<a-button type="link" block class="mt20px" @click="downloadImage">下载图片</a-button>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -153,8 +153,9 @@
|
|
|
|
|
|
const siteId=ref()
|
|
|
function handleCommonSet(res) {
|
|
|
- console.log( res,'获取数据')
|
|
|
+ // console.log( res,'获取数据')
|
|
|
siteId.value=res.siteId
|
|
|
+ console.log( siteId.value,'获取到的siteid')
|
|
|
setFieldsValue({
|
|
|
...res,
|
|
|
insureIds: res.insureIds.split(','),
|