This commit is contained in:
ival 2019-08-05 09:58:45 +08:00
commit dd9c8220b1
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ pipeline {
} }
stage('Publish') { stage('Publish') {
steps { steps {
sh 'cp -rf ./dist/* /usr/local/joylink/jlclient' sh 'cp -rf ./dist/* /usr/local/joylink/jl-nclient'
} }
} }
} }

View File

@ -37,8 +37,8 @@ export default class ESingleControl extends Group {
}, },
style: { style: {
lineWidth: 0.5, lineWidth: 0.5,
fill: model.style.StationControl.grayColor, fill: model.style.StationControl.lamp.grayColor,
stroke: model.style.StationControl.grayColor stroke: model.style.StationControl.lamp.grayColor
} }
}); });