更新修改和视角

This commit is contained in:
Hcat
2024-01-16 17:43:20 +08:00
parent e1d557aff8
commit 6fec36965e
2 changed files with 15 additions and 12 deletions

View File

@@ -89,7 +89,7 @@ watch(
() => params.tunnelLen,
(now) => {
params.tunnelLen = now;
console.log(params.tunnelLen);
// console.log(params.tunnelLen);
pointGap = params.tunnelLen.value / 20;
},
{ deep: true }