提交 68cf11ca authored 作者: 钟是志's avatar 钟是志

34072 【岑巩县】学生综合服务系统-基础数据-数据初始化-班级管理,修改班级,班级管理名称字段有歧义且班级全称可以重复,账号18984847675

上级 0241695c
......@@ -18,7 +18,7 @@ export default function Authorized(props) {
const path = localStorage.getItem('parentRoutePath');
const checkPath = path + authority;
console.log('检查权限:', checkPath);
// console.log('检查权限:', checkPath);
let findX = allAuth.find((g) => g === checkPath);
return !!findX;
}, [authority]);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论