src/components/map/mapBox.vue
@@ -4,7 +4,7 @@ <div style="position: absolute;right:40%;top:-1%;z-index: 999999"> <p style="margin-top: 10px" v-if="!isDetail"> <el-button type="primary" size="small" @click="point()">绘制路线</el-button> <el-button type="danger" size="small" @click="clearDraw()">重置</el-button> <el-button size="small" @click="clearDraw()">重置</el-button> </p> </div> <!--画线后的提示-->