@indfnd/common 0.1.100 → 0.1.101

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.1.101](http://git.inspur.com/imp-ec/ind-front/ind-common-front/compare/v0.1.100...v0.1.101) (2024-06-14)
6
+
5
7
  ### [0.1.100](http://git.inspur.com/imp-ec/ind-front/ind-common-front/compare/v0.1.98...v0.1.100) (2024-06-14)
6
8
 
7
9
 
@@ -2,7 +2,7 @@ import { Button as Button$1, ButtonGroup as ButtonGroup$1, Input, Drawer as Draw
2
2
  import { isNil, formatDate as formatDate$1, useConfig, getQuarterNum, formatQuarter, str2Date, isDate, isArray, checkIdCard, checkVehicleNo, checkPhone, getDictMapApi, axios, isFunction, isString, uuid, exportJsonToExcel as exportJsonToExcel$1, importJsonFromExcel, on, off, deleteMenuHistoryApi, deleteMenuCollectApi, getMenuHistoryApi, getMenuCollectApi, getPermissionCache, listItemTreeApi, getPriceInfo, MIME_TYPE, base64ToBlob, putOssFileApi, isEqual, getCaptchaURL, getLocalStorage, guid, setLocalStorage, removeLocalStorage, clearSessionStorage, cryptor, getToken, putOssFileUrl, getOssFileUrl, responseInterceptors, config as config$1, setToken, loginApi, clearUserInfoCache, clearPermissionCache, logoutApi, getUserInfoCache, getUserInfoApi, setUserInfoCache, getSessionStorage, setSessionStorage, getAppListApi, getPermissionApi, setPermissionCache, menuHistoryApi, addMenuCollectApi, removeMenuCollectApi, getIndexDescCache, listIndexDescApi, setIndexDescCache } from "@indfnd/utils";
3
3
  import Vue$1 from "vue";
4
4
  const name$1 = "@indfnd/common";
5
- const version = "0.1.99";
5
+ const version = "0.1.100";
6
6
  const author = "huxuetong";
7
7
  const publishConfig = {
8
8
  registry: "https://registry.npmjs.org/"
@@ -57655,7 +57655,14 @@ const __vue2_script$z = {
57655
57655
  if (top == self) {
57656
57656
  this.title = this.$route.meta.title;
57657
57657
  } else {
57658
- this.title = top.document.getElementsByClassName("pro-layout-tabs-wrapper")[0].getElementsByClassName("ivu-tag-primary")[0].textContent.replace(/\s/g, "");
57658
+ let tagList = JSON.parse(localStorage.getItem("ibp-sc-tagNavList"));
57659
+ if (!tagList) {
57660
+ tagList = [];
57661
+ }
57662
+ let curTag = _.find(tagList, (d) => {
57663
+ return d.uri = this.$route.path;
57664
+ });
57665
+ this.title = curTag == null ? void 0 : curTag.name;
57659
57666
  }
57660
57667
  }
57661
57668
  },