|
|
@@ -364,7 +364,7 @@ export default {
|
|
|
|
|
|
// 进入登记二维码
|
|
|
showQrCodeIn() {
|
|
|
- let url = encodeURIComponent(`https://www.jxydyw.cn/visited/pages/writeoff/register/register`)
|
|
|
+ let url = encodeURIComponent(`https://xj.chuanghai-tech.com/visited/pages/writeoff/register/register`)
|
|
|
let qrUrl = `https://yun.huaxiyou.cc/internal.qcode.stream?dstUrl=${url}`;
|
|
|
this.$alert(`<img src="${qrUrl}" style="width:100%; height:100%">`, `进入登记二维码`, {
|
|
|
dangerouslyUseHTMLString: true,
|
|
|
@@ -380,7 +380,7 @@ export default {
|
|
|
|
|
|
// 出场核销二维码
|
|
|
showQrCodeOut() {
|
|
|
- let url = encodeURIComponent(`https://www.jxydyw.cn/register/pages/writeoff/exitwritoff/exitwritoff`)
|
|
|
+ let url = encodeURIComponent(`https://xj.chuanghai-tech.com/register/pages/writeoff/exitwritoff/exitwritoff`)
|
|
|
let qrUrl = `https://yun.huaxiyou.cc/internal.qcode.stream?dstUrl=${url}`;
|
|
|
this.$alert(`<img src="${qrUrl}" style="width:100%; height:100%">`, `出场核销二维码`, {
|
|
|
dangerouslyUseHTMLString: true,
|