|
|
@@ -25,17 +25,7 @@
|
|
|
let qrcode = new QRCode('qrcode', {
|
|
|
width: 132,
|
|
|
height: 132,
|
|
|
- // text: 'https://www.baidu.com', // 需要二维码跳转的地址
|
|
|
-
|
|
|
- //text: `http://localhost:1111/#/ziliao?id=${this.formData.id}`, // 这2
|
|
|
- // text: `http://192.168.2.99:1111/#/ziliao?id=${this.formData.id}`, // 2
|
|
|
- // text:`https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxf0aecf99696061a3&redirect_uri=http%3A%2F%2F192.168.2.99%3A1111%2F%23%2Fziliao&response_type=code&scope=snsapi_base&state=67e9c2b4e83a4091be478807565fb623#wechat_redirect`,
|
|
|
- text:`https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxf0aecf99696061a3&redirect_uri=https%3A%2F%2Fwww.szjyxt.com%2F%23%2Fziliao&response_type=code&scope=snsapi_base&state=${this.formData.id}#wechat_redirect`,
|
|
|
-
|
|
|
-//text:`https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxf0aecf99696061a3&redirect_uri=https%3A%2F%2Fwww.szjyxt.com%2F%23%2Fziliao&response_type=code&scope=snsapi_base&state=${this.formData.id}#wechat_redirect`,
|
|
|
- // text:`https://www.szjyxt.com/#/ziliao?id=${this.formData.id}`,
|
|
|
- // text: `http://localhost:1111/#/ziliao/${this.formData.id}`,
|
|
|
- // text: `http://192.168.2.99:1111/#/ziliao/${this.formData.id}`,
|
|
|
+ text:`https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxf0aecf99696061a3&redirect_uri=https%3A%2F%2Fwww.mingjianlims.com%2F%23%2Fziliao&response_type=code&scope=snsapi_base&state=${this.formData.id}#wechat_redirect`,
|
|
|
colorDark: "#000000", //前景色
|
|
|
colorLight: "#FFFFFF", //背景色
|
|
|
|