@zgfe/modules-page 1.0.17-zhongyuan.3 → 1.0.17-zhongyuan.4

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.
@@ -216,7 +216,7 @@ var ModulesPage = function ModulesPage(props) {
216
216
  // app页面分析
217
217
  var handleAppPageAnalysis = function handleAppPageAnalysis() {
218
218
  router === null || router === void 0 || router.push({
219
- name: "".concat(routes.appAnalyseVisual, "/2"),
219
+ name: "".concat(routes.appAnalyseVisual),
220
220
  query: {
221
221
  // tab: key,
222
222
  }
@@ -41,6 +41,6 @@ export declare namespace ModulesPageTypes {
41
41
  export declare const ModulesPageContext: import("react").Context<{
42
42
  pageList: ModulesPageTypes.Page[];
43
43
  pageGroupList: ModulesPageTypes.PageGroup[];
44
- currentClickPage?: ModulesPageTypes.PageGroup | ModulesPageTypes.Page | undefined;
44
+ currentClickPage?: ModulesPageTypes.Page | ModulesPageTypes.PageGroup | undefined;
45
45
  setCurrentClickPage?: ((data: ModulesPageTypes.Page) => void) | undefined;
46
46
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-page",
3
- "version": "1.0.17-zhongyuan.3",
3
+ "version": "1.0.17-zhongyuan.4",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -57,5 +57,5 @@
57
57
  "rc-virtual-list": "^3.14.2",
58
58
  "yorkie": "^2.0.0"
59
59
  },
60
- "gitHead": "ab5b488304d001d07b9f821ce4617452442830e9"
60
+ "gitHead": "8304a948a9d2af897f58b0184e8deb184cbccbb3"
61
61
  }