|
@@ -35,12 +35,12 @@ const appendMenus =
|
|
text: "加控制点",
|
|
text: "加控制点",
|
|
onClick: clickHandlerFactory(VectorEvents.AddCrossPoint),
|
|
onClick: clickHandlerFactory(VectorEvents.AddCrossPoint),
|
|
},
|
|
},
|
|
- {
|
|
|
|
- key: VectorEvents.MinusCrossPoint,
|
|
|
|
- icon: "control_d",
|
|
|
|
- text: "减控制点",
|
|
|
|
- onClick: clickHandlerFactory(VectorEvents.MinusCrossPoint),
|
|
|
|
- },
|
|
|
|
|
|
+ // {
|
|
|
|
+ // key: VectorEvents.MinusCrossPoint,
|
|
|
|
+ // icon: "control_d",
|
|
|
|
+ // text: "减控制点",
|
|
|
|
+ // onClick: clickHandlerFactory(VectorEvents.MinusCrossPoint),
|
|
|
|
+ // },
|
|
]
|
|
]
|
|
: [];
|
|
: [];
|
|
const menus = ref([
|
|
const menus = ref([
|