拖动范围限制

dianlixunjian
徐景良 2024-12-13 10:24:46 +08:00
parent 44ed0610ff
commit 7b01b74631
3 changed files with 1 additions and 5 deletions

View File

@ -1283,9 +1283,6 @@ const areKeyDownChange =
params.parts.push(polygon);
});
console.log("params",params);
alert(123);
return;
try{
CaseSplit (params).then((res) => {
if (res) {

View File

@ -1,4 +1,4 @@
export const MAPBOX_TOKEN = "pk.eyJ1IjoiYWlvb2lvbyIsImEiOiJjbHdhNHhxbTIwNjBiMmlxdGVpeDdnZzM4In0.vHK5bpeCj4sSK2POMI4y4Q";
export const MAPBOX_TOKEN = "pk.eyJ1IjoiZXZvbGxlcnMiLCJhIjoiY2p5dGV3M2RwMDNlcDNub2E4a2tsejBzcSJ9.qzdwDmfnX-gH68U77Sxzlg";
export const TINADITU_TOKEN = "b6585bc41ee16251dbe6b1af64f375d9";

View File

@ -41,7 +41,6 @@ const layerButtons = ref([
const emits = defineEmits(["handlerLayerButtonClick"])
function handlerLayerButtonClick(item,index){
console.log(item,index)
layerButtons.value[index].checked = !layerButtons.value[index].checked
emits("handlerLayerButtonClick",layerButtons.value[index]);
}