feat: 添加后端接口
This commit is contained in:
4
src/typings/env.d.ts
vendored
Normal file
4
src/typings/env.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
interface ImportMetaEnv {
|
||||
/** api url */
|
||||
readonly VITE_GLOB_API_URL: string;
|
||||
}
|
||||
Reference in New Issue
Block a user