pyt
2025-02-24 b31c7c629a2efddc53c89b8f0df0de0e2a33e8d9
1
2
3
4
5
6
7
/**
 * @see https://umijs.org/zh-CN/plugins/plugin-access
 * */
export default function access(initialState) {
  const { permission } = initialState ?? {};
  return { ...permission };
}