mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-04-06 03:58:00 +08:00
🐛production是关闭异常拦截,路由渲染intelligence和all两种方式,前者后端权限只控制permissions不控制view文件的import(前后端配合,减轻后端工作量),all方式完全交给后端前端只负责加载
This commit is contained in:
parent
1e7026b1a0
commit
8b8f6f61c9
@ -75,7 +75,7 @@ module.exports = {
|
||||
//无权限code
|
||||
noPermissionCode: 401,
|
||||
//是否显示在页面高亮错误
|
||||
errorLog: ["development", "test", "production"],
|
||||
errorLog: ["development"],
|
||||
//是否开启登录拦截
|
||||
loginInterception: true,
|
||||
//是否开启登录RSA加密
|
||||
|
Loading…
x
Reference in New Issue
Block a user