添加版本显示

This commit is contained in:
bjdgyc 2023-04-26 21:14:40 +08:00
parent a9e798f203
commit 50bc864fdd
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ function RETVAL() {
#当前目录
cpath=$(pwd)
ver=`cat server/base/app_ver.go | grep APP_VER | awk '{print $3}' | sed 's/"//g'`
echo "当前版本 $ver"
echo "编译前端项目"
cd $cpath/web
#国内可替换源加快速度