Commit 86fb1da6 by Chao Sun

切换环境

parent f81a2db0
$(function () {
// var api = 'https://' + window.location.host;
var api = 'https://mdev.zuihuibi.cn';
var api = 'https://m.zuihuibi.cn';
var gitUrlParam = window.location.search;
const shareInfo = {
shareCode: null,
......@@ -459,7 +459,7 @@ $(function () {
customerInfo = JSON.parse(customerInfo).customerId;
shareInfo.customerId = customerInfo;
shareInfo.shareCode = Math.random().toString(36).substr(2, 15)
shareInfo.url = window.location.href + '?shareCode=' + shareInfo.shareCode
shareInfo.url = window.location.href + '&shareCode=' + shareInfo.shareCode
// 默认的分享信息
const shareData = {
title: '1对1家庭风险管理服务',
......
$(function () {
// var api = 'https://' + window.location.host;
var api = 'https://mdev.zuihuibi.cn';
var api = 'https://m.zuihuibi.cn';
var gitUrlParam = window.location.search;
const shareInfo = {
shareCode: null,
......@@ -459,7 +459,7 @@ $(function () {
customerInfo = JSON.parse(customerInfo).customerId;
shareInfo.customerId = customerInfo;
shareInfo.shareCode = Math.random().toString(36).substr(2, 15)
shareInfo.url = window.location.href + '?shareCode=' + shareInfo.shareCode
shareInfo.url = window.location.href + '&shareCode=' + shareInfo.shareCode
// 默认的分享信息
const shareData = {
title: '1对1家庭风险管理服务',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment