Commit 628bb300 by zhaochengxiang

服务右键

parent 3601754d
......@@ -457,13 +457,7 @@ const ModelTree = (props) => {
};
const displayMenu = (e) => {
show({
event: e,
position: {
x: e.clientX + 30,
y: e.clientY - 10
}
});
show(e);
}
const exportMenu = (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment