sparkles: ✨ 物料库存导出excel
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
export interface Http {
|
||||
prefix: string // 前缀
|
||||
timeout: number
|
||||
downloadUrl: string
|
||||
}
|
||||
|
||||
export const http: Http = {
|
||||
prefix: import.meta.env.VITE_HTTP_PREFIX,
|
||||
timeout: 10 * 1000,
|
||||
downloadUrl: import.meta.env.VITE_UPLOAD_PREFIX,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user