Browse Source

修改二维码地址

master
邓宏 8 months ago
parent
commit
9b04ba5ae1
  1. 4
      pages/home/aboutMy.vue

4
pages/home/aboutMy.vue

@ -34,7 +34,7 @@
<view> <view>
<view>安卓设备浏览器扫描二维码下载</view> <view>安卓设备浏览器扫描二维码下载</view>
<view class="qrcode"> <view class="qrcode">
<uqrcode canvas-id="qrcode" :value="codeUrl" :options="{margin:0}" :size="106"/> <uqrcode canvas-id="qrcode" :value="`${host}/api/appVersion/getLastAppVersion?type=1`" :options="{margin:0}" :size="106"/>
<!-- <u-image width="160rpx" height="160rpx" mode="aspectFit" :src="`${host}/${detail.appQrCode}`"/> --> <!-- <u-image width="160rpx" height="160rpx" mode="aspectFit" :src="`${host}/${detail.appQrCode}`"/> -->
</view> </view>
</view> </view>
@ -45,7 +45,7 @@ import request,{host} from '@/common/request'
export default { export default {
data(){ data(){
return{ return{
codeUrl:host('default','/api/appVersion/getLastAppVersion?type=1'), host:host(),
detail:{} detail:{}
} }
}, },

Loading…
Cancel
Save