提交 5855f54a 编写于 作者: ibiz_zyy's avatar ibiz_zyy

修复前端应用获取动态配置代码名称

上级 2fca2824
......@@ -42,11 +42,11 @@ git clone -b ${branch} ${sys.getPSSVNInstRepo().getGitPath()} ${pub.codeName}
cd ${pub.codeName}
chmod -R 777 *
<#if pub.getPSApplication()?? && (sysrun.getRunMode() == "STARTMSAPP")>
if [ -f ./app_Vue/ibizbuild.sh ]
if [ -f ./app_${pub.getPSApplication().getPKGCodeName()/ibizbuild.sh ]
then
./app_Vue/ibizbuild.sh
./app_${pub.getPSApplication().getPKGCodeName()/ibizbuild.sh
fi
\cp -rf ./app_Vue/src/main/webapp/vue ./springboot_SamMgr02/src/main/webapp/
\cp -rf ./app_${pub.getPSApplication().getPKGCodeName()/src/main/webapp/${pub.getPSApplication().getPKGCodeName() ./springboot_SamMgr02/src/main/webapp/
</#if>
<#if sysrun.isRebuildMode()??>
mvn clean -f ./pom.xml
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册