Commit 924af147 by lyc

绕太阳

parent 3f083eb2
......@@ -44,7 +44,7 @@ import vueCodeWaterSurface from '@/examples/weather/waterSurface/waterSurface.vu
const vueCodeMap = {
// 太空任务
月球轨道: vueCodeMoonTrack,
太阳轨道: vueCodeSunTrack,
绕太阳: vueCodeSunTrack,
// 测站
......
......@@ -44,7 +44,7 @@ import functionCodeWaterSurface from '@/examples/weather/waterSurface/waterSurfa
const functionCodeMap = {
// 太空任务
月球轨道: functionCodeMoonTrack,
太阳轨道: functionCodeSunTrack,
绕太阳: functionCodeSunTrack,
// 测站
添加测站: functionCodeAddStation,
......
......@@ -4,8 +4,8 @@ export const elementSpaceMissionsMap = {
title: '月球轨道',
pngUrl: '/src/assets/MoonTrack.png'
},
太阳轨道: {
title: '太阳轨道',
绕太阳: {
title: '绕太阳',
pngUrl: '/src/assets/SunTrack.png'
}
}
......
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