Commit 4bdf53ae authored by 俞嘉婷's avatar 俞嘉婷

test

parent 27cb6275
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
CFG.agentShare = getUrlParam("agentShare") || 0; CFG.agentShare = getUrlParam("agentShare") || 0;
// 环境,test测试,prod 生产 TIAN_TODO // 环境,test测试,prod 生产 TIAN_TODO
CFG.env = "prod"; //注意sdk 也分环境! CFG.env = "test"; //注意sdk 也分环境!
if (CFG.env == "test") { if (CFG.env == "test") {
// 测试 // 测试
// eslint-disable-next-line @spark/best-practices/no-url-in-js // eslint-disable-next-line @spark/best-practices/no-url-in-js
......
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