|
@@ -205,9 +205,9 @@ export function initEnv() {
|
|
|
|
|
|
export function requestInit() {
|
|
export function requestInit() {
|
|
let baseURL = window.profileApi + '/temporary-parking/v1';
|
|
let baseURL = window.profileApi + '/temporary-parking/v1';
|
|
- if (window.location.href.indexOf('parking.') < 0) {
|
|
|
|
|
|
+ /*if (window.location.href.indexOf('parking.') < 0) {
|
|
baseURL = '/msApi';
|
|
baseURL = '/msApi';
|
|
- }
|
|
|
|
|
|
+ }*/
|
|
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/`,
|