declare const __APP_ENV: ImportMetaEnv; /** * 全局返回 */ interface JsonResult { code: number; message: string; data?: T; }