mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 22:19:58 +08:00
打包改为vite
This commit is contained in:
@@ -130,7 +130,7 @@ export class HttpClient {
|
||||
}
|
||||
}
|
||||
|
||||
const APP_URL = process.env.REACT_APP_URL || "";
|
||||
const APP_URL = import.meta.env.VITE_APP_URL || "";
|
||||
|
||||
const client = new HttpClient(APP_URL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user