删除管线菜单。

This commit is contained in:
liteng 2019-02-11 19:33:26 +08:00
parent 75940b6a9d
commit ff44db3da5

View File

@ -143,10 +143,6 @@ GeometryMenu.prototype.render = function () {
html: '椭圆曲线',
cls: 'option',
onClick: this.addEllipseCurve.bind(this)
}, {
xtype: 'div',
html: '管线',
cls: 'option',
}]
}]
});