This website works better with JavaScript
首页
发现
帮助
注册
登录
prodog-client-2025
/
client-eam-v5
关注
2
点赞
0
派生
0
文件
工单管理
0
合并请求
0
Wiki
目录树:
9d2009e5bf
分支列表
标签列表
3.0.34-sitp
client-eam-haiyan
master
client-eam-v5
/
bat
/
build.bat
build.bat
96 B
文件历史
原始文件
1
2
3
4
5
6
7
title build
set current_path="%~dp0"
cd %current_path%
cd ..
rmdir /s/q dist
npm run build
pause