dashboard
repositories
filestore
activity
search
login
main
/
sgd
智慧粮库
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix 修复编辑报错 去除 NOT NULL 判断 兼容 nacos 低版本
疯狂的狮子Li
2022-05-16
2a6a74ead57a56db6a2458516a0cf0147a747e22
[sgd.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