dashboard
repositories
filestore
activity
search
login
main
/
multiSystemPlatformWeb
多体系建设信息化条统-前端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改新增
祖安之光
2025-07-16
5df79be2b15c0c22e4c25f94b02464ad70d793c3
[multiSystemPlatformWeb.git]
/
bin
/
build.bat
1
2
3
4
5
6
7
8
9
10
11
12
@echo off
echo.
echo [ÐÅÏ¢] ´ò°üWeb¹¤³Ì£¬Éú³ÉdistÎļþ¡£
echo.
%~d0
cd %~dp0
cd ..
yarn build:prod
pause