diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index 54a49b514..03d57ccf7 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -561,11 +561,6 @@ export default {
} else {
this.$router.push({ path: this.path });
}
- // else if (!this.$route.path.includes('jsxt/login') && !this.$route.path.includes('refereeJsxt/login')) {
- // this.$router.push({ path: this.path });
- // } else {
- // this.$messageBox('请输入正确的链接地址');
- // }
},
handleLanguage() {
this.$i18n.locale = this.lang;
diff --git a/src/views/newMap/displayNew/demonMenu.vue b/src/views/newMap/displayNew/demonMenu.vue
index 20d643553..fdde2916e 100644
--- a/src/views/newMap/displayNew/demonMenu.vue
+++ b/src/views/newMap/displayNew/demonMenu.vue
@@ -4,8 +4,6 @@
菜单
-
{{ jl3dmodel }}
@@ -24,8 +22,6 @@
派班计划加载
派班计划预览
实操练习
-
-
理论考试
留言板
联系方式
diff --git a/src/views/newMap/displayNew/practiceDisplay.vue b/src/views/newMap/displayNew/practiceDisplay.vue
index 6e15e90d0..f46cde214 100644
--- a/src/views/newMap/displayNew/practiceDisplay.vue
+++ b/src/views/newMap/displayNew/practiceDisplay.vue
@@ -66,7 +66,6 @@ import QrCode from '@/components/QrCode';
import ContectUs from '@/views/newMap/displayNew/dispatherContest/contectUs';
import RunPlanLoad from './demon/runPlanLoad';
import SetTime from './demon/setTime';
-// import { Notification } from 'element-ui';
import { PermissionType } from '@/scripts/ConstDic';
import { loadMapDataById } from '@/utils/loaddata';
import { clearSimulation, getSimulationInfoNew, ranAsPlan, exitRunPlan } from '@/api/simulation';