Commit d3e5c3db489765226ffdabb5bc6314eb7b654c64

Authored by zhiyangdu
2 parents a3064abc 63af936d

Merge branch 'version_2.0.0_optimization_mall_update' of http://bj.gitlab.cnlive…

….com/w-front-end/select_good into version_2.0.0_optimization_mall_update
static/js/cnLive_openinstall.js
... ... @@ -107,7 +107,8 @@ var channelName = getUrlParam("channelName") || "tg_dstg",
107 107 // channelName = 'xwh'
108 108 // }
109 109 // 判断测试环境和生产环境给appKey赋值
110   -// appKey = 'gzqtwt' //测试appKey
  110 +// appKey = 'sgwcgm' //测试appKey
  111 +// appKey = 'vfkj9x' //正式appKey
111 112 let appKey;
112 113 let url = document.domain;
113 114 if (
... ... @@ -116,7 +117,7 @@ if (
116 117 ) {
117 118 appKey = "vfkj9x"; //正式appKey
118 119 } else {
119   - appKey = "gzqtwt"; //测试appKey
  120 + appKey = "sgwcgm"; //测试appKey
120 121 }
121 122 /**
122 123 * 初始化openInstall方法
... ...