dashboard
repositories
filestore
activity
search
login
main
/
expertSystem
应急管理厅专家管理系统
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
机构用户
zhouwenxuan
2023-12-05
93eb6650f02a734e91584c7cacad6aea8fcf6a31
[expertSystem.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