修改jenkinsfile-test

This commit is contained in:
ival 2019-08-15 16:06:08 +08:00
parent 11658a283e
commit 7a08dabc30
3 changed files with 3 additions and 4 deletions

View File

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

View File

@ -3,8 +3,8 @@ export function getBaseUrl() {
let BASE_API;
if (process.env.NODE_ENV === 'development') {
// BASE_API = 'https://joylink.club/jlcloud';
// BASE_API = 'https://test.joylink.club/jlcloud';
BASE_API = 'http://192.168.3.5:9000'; // 袁琪
BASE_API = 'https://test.joylink.club/jlcloud';
// BASE_API = 'http://192.168.3.5:9000'; // 袁琪
// BASE_API = 'http://192.168.3.6:9000'; // 旭强
// BASE_API = 'http://192.168.3.4:9000' // 琰培
} else {

View File

@ -15,7 +15,6 @@
</div>
<div class="brief-box">城市轨道交通仿真系统以各地铁信号系统为基础针对培训部分进行改造旨在构建一套用于行车演示的专业仿真模拟系统
该系统具有高灵活性以便于将来的扩展升级同时仿真系统具备正常操作及故障操作两种模式除了正常的功能操作以外还可以进行设备的故障模拟</div>
{{ $t('lesson.content') }}
</el-scrollbar>
</div>
</el-card>