import React, { useState } from 'react' import styles from './index.module.scss' import { myData, otherUrl } from '@/utils/http' import Hot2 from '@/pages/A2visit/PanoVideo/Hot2' import { HotSpot, Krpano, Scene, View } from '@dage/krpano' import HotIcon from '@/components/HotIcon' // window.draggbleHotspotEvent = (ath: number, atv: number) => { // console.log(`ath: ${ath}, atv: ${atv}`) // } function A22Pano() { const [acInd, setAcInd] = useState(-1) const [activeIdx, setActiveIdx] = useState(-1) return (