Commit d3e5c3db489765226ffdabb5bc6314eb7b654c64
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
Showing
1 changed file
with
3 additions
and
2 deletions
static/js/cnLive_openinstall.js
| @@ -107,7 +107,8 @@ var channelName = getUrlParam("channelName") || "tg_dstg", | @@ -107,7 +107,8 @@ var channelName = getUrlParam("channelName") || "tg_dstg", | ||
| 107 | // channelName = 'xwh' | 107 | // channelName = 'xwh' |
| 108 | // } | 108 | // } |
| 109 | // 判断测试环境和生产环境给appKey赋值 | 109 | // 判断测试环境和生产环境给appKey赋值 |
| 110 | -// appKey = 'gzqtwt' //测试appKey | 110 | +// appKey = 'sgwcgm' //测试appKey |
| 111 | +// appKey = 'vfkj9x' //正式appKey | ||
| 111 | let appKey; | 112 | let appKey; |
| 112 | let url = document.domain; | 113 | let url = document.domain; |
| 113 | if ( | 114 | if ( |
| @@ -116,7 +117,7 @@ if ( | @@ -116,7 +117,7 @@ if ( | ||
| 116 | ) { | 117 | ) { |
| 117 | appKey = "vfkj9x"; //正式appKey | 118 | appKey = "vfkj9x"; //正式appKey |
| 118 | } else { | 119 | } else { |
| 119 | - appKey = "gzqtwt"; //测试appKey | 120 | + appKey = "sgwcgm"; //测试appKey |
| 120 | } | 121 | } |
| 121 | /** | 122 | /** |
| 122 | * 初始化openInstall方法 | 123 | * 初始化openInstall方法 |