forked from huge/frontEnd/hugeOA

1
liuwh
2020-04-06 6cb2044ba90ed2d3a43760f226eadcc65fa4e5a6
src/components/common/MenuView/index.jsx
@@ -71,7 +71,7 @@
                    title={name.length > 10 ? name : undefined}
                    onClick={() => {
                        if (type == 'open') {
                            window.open('/#' + path);
                            window.open(path);
                        } else {
                            history.replace(path);
                        }