diff --git a/html/details.html b/html/details.html
index 514edf7..abb4bd1 100644
--- a/html/details.html
+++ b/html/details.html
@@ -445,7 +445,7 @@
项目对比
项目管理
- 加入对比单
+ 加入对比单
diff --git a/js/common.js b/js/common.js
index d94f77e..6f22098 100644
--- a/js/common.js
+++ b/js/common.js
@@ -1,7 +1,7 @@
const projectBaseURL = "https://offer.gter.net"
if (["localhost", "127.0.0.1"].includes(location.hostname)) {
axios.defaults.headers = {
- "Authorization": "6f167d28205b143c880382cd8408ea93",
+ "Authorization": "813blr43ue2hhf2kjnlfibyy9swlxm2x",
}
}
@@ -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"] = "6f167d28205b143c880382cd8408ea93"
+ data["authorization"] = "813blr43ue2hhf2kjnlfibyy9swlxm2x"
return new Promise(function (resolve, reject) {
axios
@@ -35,7 +35,7 @@ function $ajax(url) {
function $ajaxget(url, data) {
if (!data) data = {}
- data["authorization"] = "6f167d28205b143c880382cd8408ea93"
+ data["authorization"] = "813blr43ue2hhf2kjnlfibyy9swlxm2x"
url = url.indexOf("https://") > -1 ? url : projectBaseURL + url
url += objectToQueryString(data)