|
@@ -210,8 +210,8 @@ export default {
|
|
window.requestms = createAxiosByinterceptors({
|
|
window.requestms = createAxiosByinterceptors({
|
|
// baseURL: `https://dev-kip-service-internal.kerryonvip.com/`,
|
|
// baseURL: `https://dev-kip-service-internal.kerryonvip.com/`,
|
|
// baseURL: `http://tp.hht.test/`,
|
|
// baseURL: `http://tp.hht.test/`,
|
|
- // baseURL: window.profileApi, // TODO: 微服务发布到DEV环境之后取消注释
|
|
|
|
- baseURL: `/msApi`,
|
|
|
|
|
|
+ baseURL: window.profileApi, // TODO: 微服务发布到DEV环境之后取消注释
|
|
|
|
+ // baseURL: `/msApi`,
|
|
});
|
|
});
|
|
},
|
|
},
|
|
// websocket 链接
|
|
// websocket 链接
|