chat-customer-47net 1.1.7 → 1.1.8

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.
@@ -7449,6 +7449,7 @@ const __vue2_script = {
7449
7449
  "$route"(to, from) {
7450
7450
  this.onWindowUrl = window.location.href;
7451
7451
  this.isSetVisitedpage = true;
7452
+ this.setCurrentUrl();
7452
7453
  }
7453
7454
  },
7454
7455
  methods: {
@@ -5359,7 +5359,7 @@ var __defProp = Object.defineProperty,
5359
5359
  },
5360
5360
  watch: {
5361
5361
  $route(e, t) {
5362
- this.onWindowUrl = window.location.href, this.isSetVisitedpage = !0;
5362
+ this.onWindowUrl = window.location.href, this.isSetVisitedpage = !0, this.setCurrentUrl();
5363
5363
  }
5364
5364
  },
5365
5365
  methods: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chat-customer-47net",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "",
5
5
  "main": "chat-customer-47net.es.js",
6
6
  "scripts": {