vue-intergrall-plugins 0.0.202 → 0.0.203
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -8270,7 +8270,7 @@ var axios = axios_1;
|
|
|
8270
8270
|
|
|
8271
8271
|
vue.prototype.$httpRequest = axios;
|
|
8272
8272
|
const domain = window.location.hostname == 'localhost' ? `https://linux07` : `https://${window.location.hostname}` + "/im";
|
|
8273
|
-
const route = `/
|
|
8273
|
+
const route = `/smartChannel/v1/api.php`; // const route = `atdHumano/middleware/smartchannel_api.php`
|
|
8274
8274
|
|
|
8275
8275
|
const baseURL = `${domain}${route}`;
|
|
8276
8276
|
const dev = window.location.hostname == 'localhost' ? '&teste=levchat2' : '';
|