dashboard
repositories
filestore
activity
search
login
main
/
expert_management
专家管理系统后台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
定时任务目标字符串验证包名白名单
RuoYi
2022-01-06
1a5b024df65f503488c19e95bdbdaa1b30014e7b
[expert_management.git]
/
ruoyi-ui
/
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 ..
npm run build:prod
pause