接管尝试
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2025-11-21 14:32:51 +08:00
parent 10f71008da
commit 16cc0f8f61
4 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ $(function () {
setIndexData();
};
$.ajax({
url: "/console/v1/theme/config",
url: "/console/v1/common",
method: "get",
headers: {
Authorization: "Bearer" + " " + localStorage.jwt,

View File

@@ -72,7 +72,7 @@ $(function () {
setIndexData();
};
$.ajax({
url: "/console/v1/theme/config",
url: "/console/v1/common",
method: "get",
headers: {
Authorization: "Bearer" + " " + localStorage.jwt,

View File

@@ -135,7 +135,7 @@ $(function () {
setIndexData();
};
$.ajax({
url: "/console/v1/theme/config",
url: "/console/v1/common",
method: "get",
headers: {
Authorization: "Bearer" + " " + localStorage.jwt,