Commit 1710f0e8 authored by 黄奎's avatar 黄奎

页面修改

parent 0297a436
......@@ -918,7 +918,7 @@
if (jsonData.OrderMenuList) {
this.postMsg.OrderMenuList = jsonData.OrderMenuList;
} else {
this.RestoreDefault(false);
this.restoreOrder(false);
}
//账户栏
if (jsonData.AccountMenuList) {
......@@ -1164,12 +1164,13 @@
that.restoreBasic();
that.apipost("/api/Tenant/RemoveMiniUserCenterMenuByMallId", {
}, res => {
if (res.data.resultCode == 1) {} else {
if (res.data.resultCode == 1) {
that.SetMiniUserCenterConfig();
} else {
that.Info(res.data.message);
}
});
});
}
},
mounted() {
......
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