fix parameters match warning (#613)
* fix parameters match warning * Use path-to-regexp to match the path * use regular expressions to match the path * update doc * add getSelectedMenuKeys
Showing
... | ... | @@ -36,6 +36,7 @@ |
"moment": "^2.19.1", | ||
"numeral": "^2.0.6", | ||
"omit.js": "^1.0.0", | ||
"path-to-regexp": "^2.1.0", | ||
"prop-types": "^15.5.10", | ||
"qs": "^6.5.0", | ||
"rc-drawer-menu": "^0.5.0", | ||
... | ... |
Please register or sign in to comment