pyt
2025-02-25 6a93ee6da55301a92ad76bdf2b4a66f656e6940e
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 };
}