update
This commit is contained in:
parent
f54cca85de
commit
c7f183ae45
@ -9,7 +9,7 @@ const API_BASE_URL = {
|
||||
};
|
||||
|
||||
// 当前环境的 API 基础地址
|
||||
const BASE_URL = API_BASE_URL[ENV === 'production' ? 'production' : ENV === 'testing' ? 'testing' : 'development'];
|
||||
const BASE_URL = API_BASE_URL[ENV];
|
||||
|
||||
export default {
|
||||
BASE_URL,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user