Commit 1de7378c by jlc

update:文件结构的调整

parent 97358f02
...@@ -53,6 +53,7 @@ import { ref } from 'vue'; ...@@ -53,6 +53,7 @@ import { ref } from 'vue';
import { useRouter } from 'vue-router'; import { useRouter } from 'vue-router';
import { elementSpaceMissionsMap, elementStationMap, elementMovingMap, elementGraphicMap, elementWeatherMap } from '@/views/ElementMap'; import { elementSpaceMissionsMap, elementStationMap, elementMovingMap, elementGraphicMap, elementWeatherMap } from '@/views/ElementMap';
const router = useRouter()
const elementSpaceMissions = ref() const elementSpaceMissions = ref()
const elementStation = ref() const elementStation = ref()
const elementMoving = ref() const elementMoving = ref()
...@@ -66,7 +67,6 @@ elementGraphic.value = elementGraphicMap; ...@@ -66,7 +67,6 @@ elementGraphic.value = elementGraphicMap;
elementWeather.value = elementWeatherMap; elementWeather.value = elementWeatherMap;
// 跳转到对应的编码编辑内容 // 跳转到对应的编码编辑内容
function indexBtn(id) { function indexBtn(id) {
router.push(`/CodeAndCesium/?id=${id}`) router.push(`/CodeAndCesium/?id=${id}`)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment