Commit 2678d0f2 authored by zhengke's avatar zhengke

修改

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