pyt
2025-03-13 706d0f9e5e1f76e2002a91ecccfd62c9ad3ad443
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 };
}