module-menu 0.1.35 → 0.1.36

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "module-menu",
3
- "version": "0.1.35",
3
+ "version": "0.1.36",
4
4
  "description": "城市大数据平台公共头部及尾部",
5
5
  "main": "src/pages/index.jsx",
6
6
  "scripts": {
@@ -147,7 +147,7 @@ const ModuleMenu = ({ sysName }) => {
147
147
  // 跳转首页
148
148
  const toHomePage = (index) => {
149
149
  if (index === 0) {
150
- window.location.href = '/index';
150
+ window.location.href = '/#/index';
151
151
  }
152
152
  };
153
153
  const getNewMenuList = () => {