dashboard
repositories
filestore
activity
search
login
main
/
expertSystem
应急管理厅专家管理系统
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
bug修改
zhouwx
2024-10-22
774710c0a9044917717c47a310a5d52b5a7d65d2
[expertSystem.git]
/
bin
/
run-web.bat
1
2
3
4
5
6
7
8
9
10
11
12
@echo off
echo.
echo [ÐÅÏ¢] ʹÓà Vite ÃüÁîÔËÐÐ Web ¹¤³Ì¡£
echo.
%~d0
cd %~dp0
cd ..
yarn dev
pause