@lemon-fe/kits 1.2.10 → 1.2.11-alpha.0

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.
@@ -99,7 +99,7 @@ function MicroLayout(props) {
99
99
  var target = routeTabsRef.current.find(function (tab) {
100
100
  return isSubPath(tab.rootPath, pathname);
101
101
  });
102
- if (target === undefined || pathname === target.location.pathname) {
102
+ if (target === undefined || loc.pathname === target.location.pathname) {
103
103
  return;
104
104
  }
105
105
  if (target.instance !== undefined && target.instance.block({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lemon-fe/kits",
3
- "version": "1.2.10",
3
+ "version": "1.2.11-alpha.0",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@ant-design/icons": "^4.7.0",
27
- "@lemon-fe/components": "^1.2.9",
27
+ "@lemon-fe/components": "^1.2.11-alpha.0",
28
28
  "@lemon-fe/hooks": "^1.2.0",
29
29
  "@lemon-fe/utils": "^1.1.0",
30
30
  "antd": "4.24.8",
@@ -45,5 +45,5 @@
45
45
  "publishConfig": {
46
46
  "registry": "https://registry.npmjs.org"
47
47
  },
48
- "gitHead": "39106ffb955aee156d5f39975b9a198e6b52fca6"
48
+ "gitHead": "084f158755b14b82bca352d812f0da492b120b66"
49
49
  }