hejianhao
2025-03-06 8cff650f3418f5cc982a1ac9d92b0e8574cce589
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 };
}