Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
xieyonghong 2023-01-17 14:48:17 +08:00
commit 1013b6663b
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`;