forked from huge/frontEnd/hugeOA
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); }