和利时项目仿真报错调整&上饶列车操作调整
This commit is contained in:
parent
dcdff0dfdf
commit
71270fbb43
@ -82,9 +82,9 @@ export default {
|
||||
}
|
||||
if (this.speed != train.speed && !this.changeSpeedFlag) {
|
||||
this.speed = train.speed;
|
||||
this.$nextTick(() => { this.changeSpeedFlag = false; });
|
||||
}
|
||||
this.dialogVisible = true;
|
||||
this.$nextTick(() => { this.changeSpeedFlag = false; })
|
||||
},
|
||||
inputSpeed(val) {
|
||||
this.changeSpeedFlag = true;
|
||||
|
@ -643,7 +643,9 @@ export const ProjectCode = {
|
||||
nologo: 'NOLOGO',
|
||||
designnologo: 'NOLOGO',
|
||||
srsandbox: 'SR_SANDBOX',
|
||||
designsrsandbox: 'SR_SANDBOX'
|
||||
designsrsandbox: 'SR_SANDBOX',
|
||||
hls: 'DEFAULT',
|
||||
designhls: 'DEFAULT'
|
||||
};
|
||||
export const BottomColumnOnlyConInfo = ['heb', 'designheb', 'jyd', 'designjyd', 'tky', 'designtky', 'bxkc', 'designbxkc', 'crsc', 'designcrsc', 'hls', 'designhls', 'hyd', 'designhyd', 'cgy', 'designcgy', 'richor', 'richorlesson3d', 'richorjoint', 'designrichorjoint', 'nologo', 'designnologo']; // 底部栏仅展示公司信息不展示备案号
|
||||
export const GetMapListByProjectList = ['xty', 'designxty', 'gzb', 'designgzb', 'xadt', 'designxadt', 'heb', 'designheb', 'designdrts', 'drts', 'wjls',
|
||||
|
Loading…
Reference in New Issue
Block a user