Commit c0a127c8 by LJM

css

parent 0cff4816
Showing with 1 additions and 3 deletions
...@@ -357,9 +357,7 @@ export default { ...@@ -357,9 +357,7 @@ export default {
* 获取当前用户的权限菜单 * 获取当前用户的权限菜单
*/ */
getMenu() { getMenu() {
this.$http('GET', "/api/subAccount/getMenu", { this.$http('GET', "/api/subAccount/getMenu", {}).then(res => {
sbat_id: ''
}).then(res => {
if (res.code === 0) { if (res.code === 0) {
const overviewItem = res.data.data.find(item => item.name === "概况"); const overviewItem = res.data.data.find(item => item.name === "概况");
const menuData = res.data.data.filter(item => item.name !== "概况"); const menuData = res.data.data.filter(item => item.name !== "概况");
......
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 sign in to comment