This commit is contained in:
2023-05-05 08:58:14 +08:00
parent 1e0508f288
commit 9989348aa9
4 changed files with 4 additions and 4 deletions

View File

@@ -157,6 +157,6 @@ function select(type: number) {
}
const selshow = ref(false);
function shubiao(event:MouseEvent){
console.log(event)
console.log(event,160)
}
</script>