dashboard
repositories
filestore
activity
search
login
main
/
expert_management
专家管理系统后台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修复表单清除元素位置未垂直居中问题(I4V27B)
RuoYi
2022-03-04
cb8f5de5af63f41eb5e475dfa24f65d29a3e1dac
[expert_management.git]
/
ruoyi-ui
/
bin
/
run-web.bat
1
2
3
4
5
6
7
8
9
10
11
12
@echo off
echo.
echo [ÐÅÏ¢] ʹÓà Vue CLI ÃüÁîÔËÐÐ Web ¹¤³Ì¡£
echo.
%~d0
cd %~dp0
cd ..
npm run dev
pause