打包改为vite

This commit is contained in:
none
2023-03-23 16:17:50 +08:00
parent 6af892c7e5
commit e7421f67cc
33 changed files with 454 additions and 1778 deletions

View File

@@ -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);