diff --git a/src/views/iscs/iscsSystemNew/index.vue b/src/views/iscs/iscsSystemNew/index.vue
new file mode 100644
index 000000000..69cd882b6
--- /dev/null
+++ b/src/views/iscs/iscsSystemNew/index.vue
@@ -0,0 +1,31 @@
+
+
+
+
diff --git a/src/views/iscs/iscsSystemNew/stationNav.vue b/src/views/iscs/iscsSystemNew/stationNav.vue
new file mode 100644
index 000000000..c60ff6204
--- /dev/null
+++ b/src/views/iscs/iscsSystemNew/stationNav.vue
@@ -0,0 +1,55 @@
+
+
+
+
+
diff --git a/src/views/login/normalLogin.vue b/src/views/login/normalLogin.vue
index e9e75a6e6..648086888 100644
--- a/src/views/login/normalLogin.vue
+++ b/src/views/login/normalLogin.vue
@@ -203,8 +203,9 @@ export default {
} else {
this.$emit('showOrgList', orgList);
}
- }).catch(()=>{
+ }).catch((error)=>{
this.loading = false;
+ this.$message.error(error.message);;;
});
},
// 选择组织
diff --git a/src/views/newMap/display/terminals/index.vue b/src/views/newMap/display/terminals/index.vue
index 5826caf61..6661ac105 100644
--- a/src/views/newMap/display/terminals/index.vue
+++ b/src/views/newMap/display/terminals/index.vue
@@ -6,13 +6,14 @@
+
-
+
@@ -33,7 +34,7 @@ import DigitalStand from '@/views/jlmap3d/simulation/jl3dsimulation';
import IbpPlate from '@/views/ibp/ibpsystem/index';
import TrafficTerminalWork from './trafficTerminalWork';
import BigTrainRunplanManage from '@/views/bigTrainRunplanManage/index';
-import IscsSystem from '@/views/iscs/iscsSystem/index';
+import IscsSystem from '@/views/iscs/iscsSystemNew/index';
export default {
name: 'Index',
components: {
diff --git a/src/views/newMap/display/terminals/terminalMenu.vue b/src/views/newMap/display/terminals/terminalMenu.vue
index 66694c867..f836b1a9f 100644
--- a/src/views/newMap/display/terminals/terminalMenu.vue
+++ b/src/views/newMap/display/terminals/terminalMenu.vue
@@ -63,6 +63,12 @@ export default {
{
name: 'cctv视图',
code: 'cctvView',
+ roleList: ['DISPATCHER', 'STATION_SUPERVISOR'],
+ click: this.changePictureShow
+ },
+ {
+ name: 'ISCS',
+ code: 'iscsView',
roleList: ['STATION_SUPERVISOR'],
click: this.changePictureShow
},