dashboard
repositories
filestore
activity
search
login
main
/
multiSystemPlatformWeb
多体系建设信息化条统-前端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改
zhouwx
2025-12-22
c5f4bef2a867c3da79555a95b60a7c4d5c295f0e
[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