This commit is contained in:
hzz 2024-04-19 17:16:33 +08:00
parent 69cc789fd6
commit 54b2634d47
2 changed files with 5 additions and 2 deletions

View File

@ -14,7 +14,7 @@
"@tweenjs/tween.js": "^19.0.0",
"axios": "^1.3.2",
"core-js": "^3.8.3",
"echarts": "^5.4.1",
"echarts": "^5.5.0",
"echarts-liquidfill": "^3.1.0",
"element-plus": "^2.3.0",
"pinia": "^2.0.30",
@ -23,6 +23,7 @@
"swiper": "^9.0.5",
"three": "^0.150.1",
"vue": "^3.2.13",
"vue-echarts": "^6.6.9",
"vue-i18n": "^9.2.2",
"vue-router": "^4.0.3"
},
@ -32,7 +33,9 @@
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"node-sass": "^6.0.1",
"patch-package": "^6.5.1",
"sass-loader": "^10.2.0",
"typescript": "~4.5.5"
}
}

View File

@ -19,7 +19,7 @@ const Germanyindex = defineAsyncComponent(() =>
const Germanychild = defineAsyncComponent(() =>
import('@/views/Exhibition/Germany/child.vue')
);
let i = ref(1)
let i = ref(0)
let hash = reactive([0,1,2])
let socketMsg = ref({})
let timer = null