vue-intergrall-plugins 0.0.201 → 0.0.202
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 = `/im/smartChannel/v1/api.php
|
|
8273
|
+
const route = `/im/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' : '';
|
|
@@ -8405,6 +8405,7 @@ var script$i = {
|
|
|
8405
8405
|
this.$toasted.global.defaultError();
|
|
8406
8406
|
}).catch(e => {
|
|
8407
8407
|
this.loadingReq = false;
|
|
8408
|
+
this.$toasted.global.defaultError();
|
|
8408
8409
|
console.error("Error in getStandardMessages: ", e);
|
|
8409
8410
|
});
|
|
8410
8411
|
} catch (e) {
|
|
@@ -8638,7 +8639,7 @@ var __vue_staticRenderFns__$i = [];
|
|
|
8638
8639
|
|
|
8639
8640
|
const __vue_inject_styles__$i = function (inject) {
|
|
8640
8641
|
if (!inject) return;
|
|
8641
|
-
inject("data-v-
|
|
8642
|
+
inject("data-v-d7521b32_0", {
|
|
8642
8643
|
source: ".transition-selects{min-height:80px;display:flex;flex-direction:column;width:100%}.loader-select{position:relative;min-height:35px;background:#fff;width:100%;border:1px solid #ccc;border-radius:5px;z-index:1}.loading-message{background-color:#555!important}",
|
|
8643
8644
|
map: undefined,
|
|
8644
8645
|
media: undefined
|