@@ -1593,6 +1593,7 @@ export const enter = ({ dom, mapDom, isLocal, lonlat, scenes, laserRoot, laserOS
},
changeLine({width,color,altitudeAboveGround}){
path.setPathWidth(width)
+
path.setPathColor(color)
changeVisibilityRange(far){//设置消失距离
@@ -55,7 +55,7 @@ const isEditTitle = useFocus(computed(() => inputRef.value?.vmRef.root));
watchEffect(() => {
if (!isEditTitle.value && !props.guide.title.length) {
isEditTitle.value = true;
- Message.warning(ui18n.t('measure.nameErr'));
+ Message.warning(ui18n.t('guide.nameErr'));
}
});