pyt
2025-02-26 403da33c30fc628c1608b96d95efdc12e70c3b06
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 };
}