Commit 18321a4e by 王昆

gsb

parent e16cfa19
...@@ -71,8 +71,11 @@ var settings = { ...@@ -71,8 +71,11 @@ var settings = {
}, },
//e签宝appKey //e签宝appKey
eSignBaoAppKey: function () { eSignBaoAppKey: function () {
if (settings.env == "dev") {
return "0d798cdf01ecb31bf9949f319f8d77db"; return "0d798cdf01ecb31bf9949f319f8d77db";
} else {
return "ea386dfd9063b3669b38b78ed36792cc"
}
}, },
}, },
reqEsDevUrl: "http://192.168.4.249:9200/", reqEsDevUrl: "http://192.168.4.249:9200/",
......
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