Commit 212e3bfd authored by 符伟's avatar 符伟

update

parent ce1539c8
...@@ -166,8 +166,8 @@ ...@@ -166,8 +166,8 @@
import cityData from "@/common/js/city.js" import cityData from "@/common/js/city.js"
var gHost = "https://" + window.location.host; var gHost = "https://" + window.location.host;
if (window.location.protocol != "https:") { if (window.location.protocol != "https:") {
// gHost = "https://fpdev.xiaopay.net"; gHost = "https://fpdev.xiaopay.net";
gHost = "/api"; // gHost = "/api";
} }
let times = 0; let times = 0;
var limitClick = false; //禁止重复点击 var limitClick = false; //禁止重复点击
......
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