import { ThemeConfig } from "antd"; export const defaultDocumentTitle = "认证中心"; export const AuthFailedReplacePath = "/login"; /** * token优先级低于局部ConfigProvider */ export const theme: ThemeConfig = { token: { // colorPrimary: "#2e97d1", borderRadius: 2, }, };