diff --git a/src/jmapNew/theme/ningbo_03/menus/menuBar.vue b/src/jmapNew/theme/ningbo_03/menus/menuBar.vue index 626a0070d..2d9fa1e4d 100644 --- a/src/jmapNew/theme/ningbo_03/menus/menuBar.vue +++ b/src/jmapNew/theme/ningbo_03/menus/menuBar.vue @@ -94,6 +94,8 @@ + + + diff --git a/src/jmapNew/theme/ningbo_03/menus/menuDialog/stationControl.vue b/src/jmapNew/theme/ningbo_03/menus/menuDialog/stationControl.vue index 20a97e6ed..21acf7058 100644 --- a/src/jmapNew/theme/ningbo_03/menus/menuDialog/stationControl.vue +++ b/src/jmapNew/theme/ningbo_03/menus/menuDialog/stationControl.vue @@ -19,8 +19,8 @@ -
接收转移
-
+
接收转移
+
@@ -59,6 +59,7 @@ export default { tableData: [], accept: false, operate: null, + loading: false, dialogShow: false, disabledClose: false, disabledCommit: false, @@ -106,6 +107,9 @@ export default { return ''; } }, + domIdConfirm() { + return this.dialogShow ? OperationEvent.Signal.arrangementRoute.menu.domId : ''; + }, domIdCancel() { return this.dialogShow ? OperationEvent.Command.cancel.menu.domId : ''; }, @@ -229,12 +233,30 @@ export default { diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 30aa15095..987757060 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -11,7 +11,7 @@ {{ loginTitle==='空串'?'':loginTitle }}
-
+
距离全国调度大赛还剩
{{ days[0] }}
{{ days[1] }}
@@ -26,7 +26,7 @@
{{ seconds[0] }}
{{ seconds[1] }}
-
+
全国调度大赛已结束
@@ -65,7 +65,7 @@
-
- + {{ $t('login.login') }} @@ -119,11 +119,13 @@
主体:北京玖琏科技有限公司 备案号:京ICP备18028522号
-
-
服务须知:
-
定制线路数据需三天时间
-
服务宗旨:
-
满足客户的一切技术需要
+
+
+ 定制新线路需三周时间!
+ 满足客户的一切技术需要!
+ 联系电话: 13289398171 +
+
@@ -472,7 +474,7 @@ export default { }, handleLoginSucessRoute() { // 设置路由 - this.loading = false; + this.loading = this.project === 'drts' || false; this.tipsMsg = ''; removeSessionStorage('againEnter'); if (this.$route.query.raceId) { @@ -566,6 +568,7 @@ export default { try:'0', project:this.project }}); + this.loading = false; }); }); } else if (!this.$route.path.includes('jsxt/login') && !this.$route.path.includes('refereeJsxt/login')) { @@ -665,7 +668,7 @@ export default { width: 35px; margin-right: 5px; background: #000; - color: #FFF; + color: #F00; text-align: center; border-radius: 5px; } diff --git a/src/views/newMap/displayNew/demonMenu.vue b/src/views/newMap/displayNew/demonMenu.vue index d7e4902a8..8786bd63f 100644 --- a/src/views/newMap/displayNew/demonMenu.vue +++ b/src/views/newMap/displayNew/demonMenu.vue @@ -19,6 +19,7 @@ 派班计划加载 派班计划预览 + 切换地图 +