2
0

fix: warning of no define maven compiler version

This commit is contained in:
2024-12-05 09:52:12 +08:00
parent 9846b2e604
commit daf62f7527
2 changed files with 3 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ cp ../sql/wfc_user_db/wfc_user_db.sql ./mysql/db
echo "begin copy system html "
mkdir -p ./nginx/html/dist/sys
rm -rf ./nginx/html/dist/sys/*
cp -rf ../../fe.wfc/dist ./nginx/html/dist/sys/
cp -rf ../../fe.wfc/dist/* ./nginx/html/dist/sys/
echo "begin copy user html "
mkdir -p ./nginx/html/dist/u