From 5779115050e918197528cc1f3039b9ecb360323a Mon Sep 17 00:00:00 2001 From: 100011797 <2642441182@qq.com> Date: Tue, 17 Jan 2023 14:32:47 +0800 Subject: [PATCH] feat: FILE_UPLOAD --- src/api/comm.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/api/comm.ts diff --git a/src/api/comm.ts b/src/api/comm.ts new file mode 100644 index 00000000..8e987884 --- /dev/null +++ b/src/api/comm.ts @@ -0,0 +1,3 @@ +import { BASE_API_PATH } from "@/utils/variable"; + +export const FILE_UPLOAD = `${BASE_API_PATH}/file/static`;