Commit 2678d0f2 authored by zhengke's avatar zhengke

修改

parent 8bfcd023
......@@ -959,7 +959,6 @@
this.apipost("/api/Tenant/GetUserCenterConfig", {}, res => {
if (res.data.resultCode == 1) {
var jsonData = res.data.data;
console.log(res,'数据');
if (jsonData.DefaultBgImg) {
this.postMsg.DefaultBgImg = jsonData.DefaultBgImg;
} else {
......@@ -1043,6 +1042,9 @@
} else {
this.restoreSelfMenu(false);
}
if (jsonData.IsShowSDNav) {
this.postMsg.IsShowSDNav = jsonData.IsShowSDNav;
}
} else {
this.Info(res.data.message);
}
......
This diff is collapsed.
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