update
This commit is contained in:
+3
-1
@@ -1,7 +1,9 @@
|
||||
export function getAppEnvConfig() {
|
||||
const ENV = import.meta.env;
|
||||
const { VITE_GLOB_API_URL } = ENV;
|
||||
const { VITE_GLOB_API_URL, VITE_GLOB_API_YIN_JI, VITE_GLOB_API_JIAN_CE } = ENV;
|
||||
return {
|
||||
VITE_GLOB_API_URL,
|
||||
VITE_GLOB_API_YIN_JI,
|
||||
VITE_GLOB_API_JIAN_CE,
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user