@ -2,7 +2,7 @@
import { ApiTable } from "$utils";
import { Request } from "@peace/utils";
import { message, } from 'antd';
export const INIT_AUTH = "INIT_AUTH";
export function initAuth() {
const user = JSON.parse(sessionStorage.getItem("user")) || {};