update:路由权限判断放到userManager中

This commit is contained in:
2021-06-28 17:12:14 +08:00
parent 6178ac5059
commit b6822e3364
4 changed files with 13 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ module.exports = {
],
webpack: {
plugins: [
new MonacoWebpackPlugin()
// new MonacoWebpackPlugin()
]
}
}