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