提交 29f175c8 authored 作者: 钟是志's avatar 钟是志

33919 【凯里市第一中等职业学校】离校管理系统-批次管理,编辑批次滚动条无法滑动到页面最底部,账号100011

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