JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_修复安卓app端人数过多时候无法正确显示
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
node -v
|
||||
npm -v
|
||||
|
||||
pwd
|
||||
rm -rf dist
|
||||
rm -rf node_modules
|
||||
echo "-----删除成功-----"
|
||||
ls -a
|
||||
|
||||
#下载依赖
|
||||
npm install --unsafe-perm=true --allow-root --registry=http://25.12.10.69:8081/repository/aliyun-npm/
|
||||
#打包成静态资源
|
||||
npm run build:app-plus:${ENV_NAME}
|
||||
echo "打包成功"
|
||||
|
||||
#压缩静态资源
|
||||
cd dist/build/
|
||||
tar -czvf app.tar.gz app/
|
||||
|
||||
Reference in New Issue
Block a user