调整成都三显示
This commit is contained in:
parent
6c52c3b56f
commit
264310f28e
@ -133,9 +133,9 @@ class SkinCode extends defaultStyle {
|
|||||||
endColor: '#FFFFFF', // 尽头分隔符颜色
|
endColor: '#FFFFFF', // 尽头分隔符颜色
|
||||||
color: '#FFFFFF' // 区段边界符颜色
|
color: '#FFFFFF' // 区段边界符颜色
|
||||||
},
|
},
|
||||||
shuttleBack: { // 折返进路 (存在此对象 显示折返箭头)
|
// shuttleBack: { // 折返进路 (存在此对象 显示折返箭头)
|
||||||
distance: 5 // 限速线距离区段距离
|
// distance: 5 // 限速线距离区段距离
|
||||||
},
|
// },
|
||||||
block: {
|
block: {
|
||||||
special: false // 区段特殊显示
|
special: false // 区段特殊显示
|
||||||
},
|
},
|
||||||
|
@ -130,8 +130,7 @@ export default class ELines extends Group {
|
|||||||
(isTangent ? cubicDerivativeAt : cubicAt)(shape.x1, shape.cpx1, shape.cpx2, shape.x2, t),
|
(isTangent ? cubicDerivativeAt : cubicAt)(shape.x1, shape.cpx1, shape.cpx2, shape.x2, t),
|
||||||
(isTangent ? cubicDerivativeAt : cubicAt)(shape.y1, shape.cpy1, shape.cpy2, shape.y2, t)
|
(isTangent ? cubicDerivativeAt : cubicAt)(shape.y1, shape.cpy1, shape.cpy2, shape.y2, t)
|
||||||
];
|
];
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
return [
|
return [
|
||||||
(isTangent ? quadraticDerivativeAt : quadraticAt)(shape.x1, shape.cpx1, shape.x2, t),
|
(isTangent ? quadraticDerivativeAt : quadraticAt)(shape.x1, shape.cpx1, shape.x2, t),
|
||||||
(isTangent ? quadraticDerivativeAt : quadraticAt)(shape.y1, shape.cpy1, shape.y2, t)
|
(isTangent ? quadraticDerivativeAt : quadraticAt)(shape.y1, shape.cpy1, shape.y2, t)
|
||||||
@ -141,7 +140,7 @@ export default class ELines extends Group {
|
|||||||
|
|
||||||
// 重新计算居中距离点
|
// 重新计算居中距离点
|
||||||
couvert(shape) {
|
couvert(shape) {
|
||||||
let out = [];
|
const out = [];
|
||||||
var x1 = shape.x1;
|
var x1 = shape.x1;
|
||||||
var y1 = shape.y1;
|
var y1 = shape.y1;
|
||||||
var x2 = shape.x2;
|
var x2 = shape.x2;
|
||||||
|
@ -76,12 +76,12 @@
|
|||||||
<button :id="MixinCommand.functionButton.button.domId" class="button_box" :style="{width: width+'px', backgroundColor:buttonUpColor}" @click="buttonDown(MixinCommand.functionButton.button.operation, 'MixinCommand')">
|
<button :id="MixinCommand.functionButton.button.domId" class="button_box" :style="{width: width+'px', backgroundColor:buttonUpColor}" @click="buttonDown(MixinCommand.functionButton.button.operation, 'MixinCommand')">
|
||||||
<span style="color: black">
|
<span style="color: black">
|
||||||
<center>
|
<center>
|
||||||
<b style="color:deepskyblue">功</b>
|
<b style="color:#4B4B99">功</b>
|
||||||
<b style="color:burlywood">能</b>
|
<b style="color:#943E3E">能</b>
|
||||||
</center>
|
</center>
|
||||||
<center>
|
<center>
|
||||||
<b style="color: red">按</b>
|
<b style="color:#E64BE6">按</b>
|
||||||
<b style="color:forestgreen">钮</b>
|
<b style="color:#4C994C">钮</b>
|
||||||
</center>
|
</center>
|
||||||
</span>
|
</span>
|
||||||
</button>
|
</button>
|
||||||
|
@ -3,9 +3,9 @@ export function getBaseUrl() {
|
|||||||
let BASE_API;
|
let BASE_API;
|
||||||
if (process.env.NODE_ENV === 'development') {
|
if (process.env.NODE_ENV === 'development') {
|
||||||
// BASE_API = 'https://joylink.club/jlcloud';
|
// BASE_API = 'https://joylink.club/jlcloud';
|
||||||
// BASE_API = 'https://test.joylink.club/jlcloud';
|
BASE_API = 'https://test.joylink.club/jlcloud';
|
||||||
// BASE_API = 'http://192.168.3.5:9000'; // 袁琪
|
// BASE_API = 'http://192.168.3.5:9000'; // 袁琪
|
||||||
BASE_API = 'http://192.168.3.6:9000'; // 旭强
|
// BASE_API = 'http://192.168.3.6:9000'; // 旭强
|
||||||
// BASE_API = 'http://192.168.3.41:9000'; // 张赛
|
// BASE_API = 'http://192.168.3.41:9000'; // 张赛
|
||||||
// BASE_API = 'http://192.168.3.82:9000'; // 杜康
|
// BASE_API = 'http://192.168.3.82:9000'; // 杜康
|
||||||
// BASE_API = 'http://b29z135112.zicp.vip';
|
// BASE_API = 'http://b29z135112.zicp.vip';
|
||||||
|
Loading…
Reference in New Issue
Block a user