dashboard
repositories
filestore
activity
search
login
main
/
expert_management
专家管理系统后台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
操作日志记录部门名称
RuoYi
2023-12-05
2070a9252a6bea99b015c6b36897bb2d4b6a2e73
[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