@@ -9,7 +9,6 @@ import A1svg from '../A1svg'
import { idChangeArr } from '../data'
import history, { isMobileFu } from '@/utils/history'
import classNames from 'classnames'
-import { MessageFu } from '@/utils/message'
type Props = {
opc?: 0 | 1
@@ -54,7 +54,7 @@ function A2scene() {
timeRef.current = window.setInterval(() => {
try {
numFlagRef.current += 1
- if (numFlagRef.current >= 5) {
+ if (numFlagRef.current >= 10) {
numFlagRef.current = 0
clearInterval(timeRef.current)
}