|
@@ -13,7 +13,8 @@ export default {
|
|
|
console.log(userInfo, "userInfouserInfo");
|
|
|
const customParam = encodeURIComponent(JSON.stringify(userInfo));
|
|
|
const timestamp = new Date().getTime();
|
|
|
- this.URL = `https://api.zaojiao.net/agentQrcode/#/agent?customParam=${customParam}×tamp=${timestamp}`;
|
|
|
+
|
|
|
+ this.URL = `https://luojigou.vip/singlepage/#/agent?customParam=${customParam}×tamp=${timestamp}`;
|
|
|
console.log(this.URL, "URL");
|
|
|
// this.URL = `http://localhost:8081/#/agent?customParam=${customParam}×tamp=${timestamp}`
|
|
|
},
|