This commit is contained in:
@@ -113,7 +113,7 @@ $(function () {
|
|||||||
setCommData();
|
setCommData();
|
||||||
};
|
};
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: "/console/v1/theme/config",
|
url: "/console/v1/common",
|
||||||
method: "get",
|
method: "get",
|
||||||
headers: {
|
headers: {
|
||||||
Authorization: "Bearer" + " " + localStorage.jwt,
|
Authorization: "Bearer" + " " + localStorage.jwt,
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ $(function () {
|
|||||||
setIndexData();
|
setIndexData();
|
||||||
};
|
};
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: "/console/v1/theme/config",
|
url: "/console/v1/common",
|
||||||
method: "get",
|
method: "get",
|
||||||
headers: {
|
headers: {
|
||||||
Authorization: "Bearer" + " " + localStorage.jwt,
|
Authorization: "Bearer" + " " + localStorage.jwt,
|
||||||
|
|||||||
@@ -72,7 +72,7 @@ $(function () {
|
|||||||
setIndexData();
|
setIndexData();
|
||||||
};
|
};
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: "/console/v1/theme/config",
|
url: "/console/v1/common",
|
||||||
method: "get",
|
method: "get",
|
||||||
headers: {
|
headers: {
|
||||||
Authorization: "Bearer" + " " + localStorage.jwt,
|
Authorization: "Bearer" + " " + localStorage.jwt,
|
||||||
|
|||||||
@@ -135,7 +135,7 @@ $(function () {
|
|||||||
setIndexData();
|
setIndexData();
|
||||||
};
|
};
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: "/console/v1/theme/config",
|
url: "/console/v1/common",
|
||||||
method: "get",
|
method: "get",
|
||||||
headers: {
|
headers: {
|
||||||
Authorization: "Bearer" + " " + localStorage.jwt,
|
Authorization: "Bearer" + " " + localStorage.jwt,
|
||||||
|
|||||||
Reference in New Issue
Block a user