Browse Source

优化调试页面

feature/debug
LiLongLong 5 months ago
parent
commit
fe290eec70
  1. 3
      src/views/debug/index.vue

3
src/views/debug/index.vue

@ -260,9 +260,6 @@ import {
const startAxis = ref<any>({})
const endAxis = ref<any>({})
const axis = ref()
const rotationSpeed = ref()
const time = ref()
const rotateForm = ref<Record<string, string>>({})
let subscription:any
onMounted(()=>{

Loading…
Cancel
Save