|
@@ -43,7 +43,8 @@
|
|
|
let qrcode = new QRCode('qrcode', {
|
|
let qrcode = new QRCode('qrcode', {
|
|
|
width: 132,
|
|
width: 132,
|
|
|
height: 132,
|
|
height: 132,
|
|
|
- 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=${id}#wechat_redirect`,
|
|
|
|
|
|
|
+ // 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=${id}#wechat_redirect`,
|
|
|
|
|
+ text:`https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxea2c214ca5d25739&redirect_uri=https%3A%2F%2Fwww.mingjianlims.com%2F%23%2Fziliao&response_type=code&scope=snsapi_base&state=${id}#wechat_redirect`,//明鉴
|
|
|
colorDark: "#000000", //前景色
|
|
colorDark: "#000000", //前景色
|
|
|
colorLight: "#FFFFFF", //背景色
|
|
colorLight: "#FFFFFF", //背景色
|
|
|
correctLevel: QRCode.CorrectLevel.L,
|
|
correctLevel: QRCode.CorrectLevel.L,
|