/** * 全局上下文定义 */ import React from "react"; // 获取antd全局静态方法 export const InjectContext = React.createContext({});