diff --git a/src/views/demo/tiankongdi/curbspotcity/MapList/NewShowInfoModal/index.vue b/src/views/demo/tiankongdi/curbspotcity/MapList/NewShowInfoModal/index.vue index 2d42c961..42b4ff98 100644 --- a/src/views/demo/tiankongdi/curbspotcity/MapList/NewShowInfoModal/index.vue +++ b/src/views/demo/tiankongdi/curbspotcity/MapList/NewShowInfoModal/index.vue @@ -632,7 +632,7 @@ }; const changeBiaozhu = (type: number) => { UpdateDroneCaseInfoBiaoZhu({id: props.showInfoData.id, biaozhu: type}).then(res => { - message.success(res) + message.success('标注成功') }) }