We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b048304 commit 5d8875aCopy full SHA for 5d8875a
client/.umirc.js
@@ -1,4 +1,5 @@
1
export default {
2
+ history: 'hash',
3
plugins: [
4
[
5
'umi-plugin-react',
client/src/components/SiderMenu/SiderMenu.js
@@ -4,7 +4,7 @@ import pathToRegexp from 'path-to-regexp';
import { Link } from 'dva/router';
import styles from './index.less';
6
import { urlToList } from '../utils/pathTools';
7
-import { siderMenuTitle } from './../../utils/config';
+import { siderMenuTitle } from '../../utils/config';
8
9
const { Sider } = Layout;
10
const { SubMenu } = Menu;
0 commit comments