|
@@ -191,7 +191,7 @@ export function initEnv() {
|
|
|
|
|
|
export function requestInit() {
|
|
|
let baseURL = window.profileApi + '/temporary-parking/v1';
|
|
|
- if (window.location.href.indexOf('tparking.') < 0) {
|
|
|
+ if (window.location.href.indexOf('parking.') < 0) {
|
|
|
baseURL = '/msApi';
|
|
|
}
|
|
|
window.requestms = createAxiosByinterceptors({
|