refactor: 完全移除内置 vxe-table 支持

This commit is contained in:
xiaoxian521
2022-12-05 13:41:58 +08:00
parent 95940312a9
commit 3629a66535
17 changed files with 4334 additions and 2740 deletions

View File

@@ -42,17 +42,6 @@ const systemRouter = {
title: "menus.hsDept",
roles: ["admin"]
}
},
{
path: "/system/dict",
component: "/system/dict/index",
name: "Dict",
meta: {
icon: "dict",
title: "menus.hsDict",
keepAlive: true,
roles: ["admin"]
}
}
]
};