vue-intergrall-plugins 0.0.165 → 0.0.166
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.
|
@@ -7763,7 +7763,7 @@ var axios_1 = axios$1;
|
|
|
7763
7763
|
// Allow use of default import syntax in TypeScript
|
|
7764
7764
|
var _default = axios$1;
|
|
7765
7765
|
axios_1.default = _default;var axios = axios_1;vue__default["default"].prototype.$httpRequest = axios;
|
|
7766
|
-
var baseURL = window.location.hostname == 'localhost' ? "https://linux07/im/atdHumano/middleware/atd_api.php" : "https://".concat(window.location.hostname);
|
|
7766
|
+
var baseURL = window.location.hostname == 'localhost' ? "https://linux07/im/atdHumano/middleware/atd_api.php" : "https://".concat(window.location.hostname, "/im/atdHumano/middleware/atd_api.php");
|
|
7767
7767
|
var dev = window.location.hostname == 'localhost' ? '&teste=levchat2' : '';
|
|
7768
7768
|
var standardMessages = {
|
|
7769
7769
|
methods: {
|