import { useKey } from "@kevisual/use-config"; /** * 用来放cookie的域名 */ export const proxyDomain = useKey('PROXY_DOMAIN') || ''; // 请在这里填写你的域名