feat: add url prefix path
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
// 扩展 Window 接口,添加后端注入的全局变量
|
||||
declare global {
|
||||
interface Window {
|
||||
__BASE_URL__?: string
|
||||
__API_VERSION__?: string
|
||||
}
|
||||
}
|
||||
|
||||
export {}
|
||||
Reference in New Issue
Block a user