feat: FILE_UPLOAD

This commit is contained in:
100011797 2023-01-17 14:32:47 +08:00
parent 69142425df
commit 5779115050
1 changed files with 3 additions and 0 deletions

3
src/api/comm.ts Normal file
View File

@ -0,0 +1,3 @@
import { BASE_API_PATH } from "@/utils/variable";
export const FILE_UPLOAD = `${BASE_API_PATH}/file/static`;