成都工职院调整地图列表顺序调整
This commit is contained in:
parent
d9681d32a5
commit
393064474f
@ -181,9 +181,9 @@ export default {
|
||||
if (elem.id === 'Lesson') {
|
||||
childList[0] = elem;
|
||||
} else if (elem.id === 'Exam') {
|
||||
childList[1] = elem;
|
||||
} else if (elem.id === 'Simulation') {
|
||||
childList[3] = elem;
|
||||
} else if (elem.id === 'Simulation') {
|
||||
childList[1] = elem;
|
||||
} else {
|
||||
childList[2] = elem;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user