|
@@ -39,7 +39,7 @@ export default {
|
|
|
const makeQrCode = () => {
|
|
|
document.getElementById('qrCode').innerHTML=''
|
|
|
const image = new Image();
|
|
|
- image.src = 'http://staticweb.hnthyy.cn/images/dzjkklogo.png';
|
|
|
+ image.src = 'https://staticweb.hnthyy.cn/images/dzjkklogo.png';
|
|
|
image.onload = () => {
|
|
|
const canvas = qrcanvas({
|
|
|
size: 200,
|
|
@@ -63,7 +63,7 @@ export default {
|
|
|
|
|
|
const myCardPacket = () => {
|
|
|
getOrderIdByOutAppId(card.value.qrCodeText).then(res => {
|
|
|
- const redirectUri = 'http://staticweb.hnthyy.cn/electronicHealthCardHome'
|
|
|
+ const redirectUri = 'https://staticweb.hnthyy.cn/electronicHealthCardHome'
|
|
|
window.location.href = `https://03-h5-health.tengmed.com/api/open/takeMsCard?order_id=${res}&redirect_uri=${redirectUri}`
|
|
|
})
|
|
|
}
|