lw-cdp-ui 1.0.25 → 1.0.26

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.
@@ -332,7 +332,7 @@ export default {
332
332
  watch: {
333
333
  async $route() {
334
334
  this.showThis()
335
- await getUserInfo();
335
+ await this.getUserInfo();
336
336
  var menu = this.$router.sc_getMenu();
337
337
  this.menu = this.filterUrl(menu);
338
338
  },
@@ -1172,7 +1172,7 @@ const iframeView = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["render", _sfc_ren
1172
1172
  },
1173
1173
  watch: {
1174
1174
  async $route() {
1175
- this.showThis(), await getUserInfo();
1175
+ this.showThis(), await this.getUserInfo();
1176
1176
  var o = this.$router.sc_getMenu();
1177
1177
  this.menu = this.filterUrl(o);
1178
1178
  },