Commit 98a3cfd1 by linboxuan

lin

parent c4aaf92d
...@@ -381,6 +381,11 @@ var settings = { ...@@ -381,6 +381,11 @@ var settings = {
} }
} else { } else {
// 2020 1106 lin 正式环境还未给出 // 2020 1106 lin 正式环境还未给出
// 2020 1119 lin 正式环境已经给出,鲁班说不变 后期可能换成动态的
return {
appid: "10015683988",
appkey: "b74b73acf78cc2851aa559e93c84f7888adq23we"
}
} }
}, },
pannongUrl: function() { pannongUrl: function() {
...@@ -388,6 +393,8 @@ var settings = { ...@@ -388,6 +393,8 @@ var settings = {
return "http://39.101.172.142:8980/" return "http://39.101.172.142:8980/"
} else { } else {
// 2020 1106 lin 正式环境还未给出 // 2020 1106 lin 正式环境还未给出
// 2020 1119 lin 正式环境已经给出,鲁班发的ip
return "http://139.196.159.202:8980/"
} }
} }
}; };
......
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