修改关于我们的表单提交

This commit is contained in:
lijinxuan123
2024-06-06 09:28:40 +08:00
parent 33535b9d1c
commit dabf28055f
5 changed files with 3 additions and 3 deletions

BIN
template/.DS_Store vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -152,9 +152,9 @@
var backHost = '49.234.64.111';
var url = 'https://www.aiotagro.com/?a=contact'
// 测试环境
if (host != currentHost && host != backHost) {
url = "http://www.myaiotagro.com/?a=contact";
}
// if (host != currentHost && host != backHost) {
// url = "http://www.myaiotagro.com/?a=contact";
// }
$.ajax({
type: 'POST',
url: url,

Binary file not shown.