tenghui-ui 1.8.1 → 1.8.2

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.
@@ -13171,7 +13171,9 @@ const install = (Vue2, ops = { config: {} }) => {
13171
13171
  Vue2.directive(key, value);
13172
13172
  });
13173
13173
  Vue2.prototype.$formDialog = formDialog;
13174
- Vue2.prototype.$$jump = window.open;
13174
+ Vue2.prototype.$jump = (url, type = "_blank") => {
13175
+ window.open(url, type);
13176
+ };
13175
13177
  };
13176
13178
  const defaultConfig = {
13177
13179
  version: "dev",