pyt
2025-03-13 298fbe50e4bc2f477ffa20175a7dd5c41fc0942b
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 };
}