Commit b1e5ec56 by LJM

add

parent 4c3007e0
Showing with 1 additions and 5 deletions
......@@ -116,11 +116,7 @@
var currentDomain = window.location.hostname;
// 判断当前域名是否包含 'liebao'
if (currentDomain.includes('liebao')) {
var apiUrl = 'http://api.liexin.com/supplyopen/addCheetahContact';
} else {
var apiUrl = 'https://api.ichunt.com/supplyopen/addCheetahContact';
}
var apiUrl = 'https://api.ichunt.com/supplyopen/addCheetahContact';
$.ajax({
type: 'POST',
......
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 sign in to comment