Commit 8b8f6f61 by chuzhixin

:bug:production是关闭异常拦截,路由渲染intelligence和all两种方式,前者后端权限只控制permissions不控制view文件的im…

:bug:production是关闭异常拦截,路由渲染intelligence和all两种方式,前者后端权限只控制permissions不控制view文件的import(前后端配合,减轻后端工作量),all方式完全交给后端前端只负责加载
parent 1e7026b1
...@@ -75,7 +75,7 @@ module.exports = { ...@@ -75,7 +75,7 @@ module.exports = {
//无权限code //无权限code
noPermissionCode: 401, noPermissionCode: 401,
//是否显示在页面高亮错误 //是否显示在页面高亮错误
errorLog: ["development", "test", "production"], errorLog: ["development"],
//是否开启登录拦截 //是否开启登录拦截
loginInterception: true, loginInterception: true,
//是否开启登录RSA加密 //是否开启登录RSA加密
......
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