pyt
2025-02-27 4de5945c72f3c24d2f2541ab5f45a7c29ab0ed42
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 };
}