diff --git a/Jenkinsfile-test b/Jenkinsfile-test index ad09944fc..72aa8de00 100644 --- a/Jenkinsfile-test +++ b/Jenkinsfile-test @@ -17,7 +17,7 @@ pipeline { } stage('Publish') { steps { - sh 'cp -rf ./dist/* /usr/local/joylink/jlclient' + sh 'cp -rf ./dist/* /usr/local/joylink/jl-nclient' } } } diff --git a/src/jmap/shape/StationControl/ESingleControl.js b/src/jmap/shape/StationControl/ESingleControl.js index d750049fa..0fc00029e 100644 --- a/src/jmap/shape/StationControl/ESingleControl.js +++ b/src/jmap/shape/StationControl/ESingleControl.js @@ -37,8 +37,8 @@ export default class ESingleControl extends Group { }, style: { lineWidth: 0.5, - fill: model.style.StationControl.grayColor, - stroke: model.style.StationControl.grayColor + fill: model.style.StationControl.lamp.grayColor, + stroke: model.style.StationControl.lamp.grayColor } });