feat: 添加vite的proxy代理设置

This commit is contained in:
2026-06-09 10:15:22 +08:00
parent ed86444fe6
commit 44b0de35df
2 changed files with 12 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
export { requestClient } from './requestClient'
export type { ApiResponse, RequestErrorEvent, RequestOptions } from './types'
export type { ApiResponse, RequestErrorEvent } from './types'
/** 注册错误 UI 展示(副作用导入,应用启动时执行) */
import './errorUI'