no message
This commit is contained in:
parent
c6dc6f1057
commit
e856532135
@ -1,7 +1,7 @@
|
||||
const projectBaseURL = "https://offer.gter.net"
|
||||
if (["localhost", "127.0.0.1"].includes(location.hostname)) {
|
||||
axios.defaults.headers = {
|
||||
"Authorization": "i0pmeq8tsx1orf5q8ywr5p0p4nr1j6b4",
|
||||
"Authorization": "ld9bk0gpdkqkydoyhdiqkvlm68cgxmjc",
|
||||
}
|
||||
}
|
||||
|
||||
@ -9,7 +9,7 @@ function $ajax(url) {
|
||||
var data = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}
|
||||
url = url.indexOf("https://") > -1 ? url : projectBaseURL + url
|
||||
|
||||
data["authorization"] = "i0pmeq8tsx1orf5q8ywr5p0p4nr1j6b4"
|
||||
data["authorization"] = "ld9bk0gpdkqkydoyhdiqkvlm68cgxmjc"
|
||||
|
||||
return new Promise(function (resolve, reject) {
|
||||
axios
|
||||
|
Loading…
Reference in New Issue
Block a user