mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-23 09:46:45 +08:00
fix 课程二维码加随机数
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
{{ codeInfo.name ? codeInfo.name : "" }}
|
{{ codeInfo.name ? codeInfo.name : "" }}
|
||||||
</div>
|
</div>
|
||||||
<qrcode-vue
|
<qrcode-vue
|
||||||
:value="codeInfo.url.startsWith('/')?(domain+codeInfo.url):codeInfo.url"
|
:value="codeInfo.url.startsWith('/')?(`${domain+codeInfo.url}&t=10`):`${codeInfo.url}&t=10`"
|
||||||
:size="qrcodeSize"
|
:size="qrcodeSize"
|
||||||
style="width: 200px; height: 200px"
|
style="width: 200px; height: 200px"
|
||||||
></qrcode-vue>
|
></qrcode-vue>
|
||||||
@@ -34,12 +34,12 @@
|
|||||||
<div class="codeUrl" :style="{ display: showUrl ? 'flex' : 'none' }">
|
<div class="codeUrl" :style="{ display: showUrl ? 'flex' : 'none' }">
|
||||||
<div class="codeUrlLink">链接</div>
|
<div class="codeUrlLink">链接</div>
|
||||||
<a-input
|
<a-input
|
||||||
:value="codeInfo.url.startsWith('/')?(domain+codeInfo.url):codeInfo.url"
|
:value="codeInfo.url.startsWith('/')?`${domain+codeInfo.url}&t=10`:`${codeInfo.url}&t=10`"
|
||||||
disabled
|
disabled
|
||||||
class="codeUrlInp"
|
class="codeUrlInp"
|
||||||
/>
|
/>
|
||||||
<a-input
|
<a-input
|
||||||
:value="codeInfo.url.startsWith('/')?(domain+codeInfo.url):codeInfo.url"
|
:value="codeInfo.url.startsWith('/')?`${domain+codeInfo.url}&t=10`:`${codeInfo.url}&t=10`"
|
||||||
id="courseUrl"
|
id="courseUrl"
|
||||||
class="codeUrlInp"
|
class="codeUrlInp"
|
||||||
style="position: absolute; opacity: 0; z-index: -1"
|
style="position: absolute; opacity: 0; z-index: -1"
|
||||||
|
|||||||
Reference in New Issue
Block a user