Merge branch 'ah-simple' of http://192.168.0.75:3000/bonus/Zlpt_Portal_h5 into ah-simple
This commit is contained in:
commit
fc2156653c
|
|
@ -6,7 +6,8 @@ import { useMemberStore } from '@/stores';
|
|||
* baseURL 设置请求ip地址和端口
|
||||
*/
|
||||
const ENV = process.env.NODE_ENV;
|
||||
export const baseURL = ENV === 'development' ? '/api' : '/iws/proxyApi';
|
||||
export const baseURL = ENV === 'development' ? '/api' : '/iws/proxyApi'; // 宏源服务
|
||||
// export const baseURL = ENV === 'development' ? '/api' : '/proxyApi'; // 测试服务
|
||||
/**
|
||||
* httpInterceptor 分别拦截 request 和 uploadFile 请求
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue