dashboard
repositories
filestore
activity
search
login
main
/
expert_management
专家管理系统后台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
系统退出删除用户缓存记录
RuoYi
2019-11-20
cef26e770ed460ec2a5ef83ae7049be2beaf6b1e
[expert_management.git]
/
ruoyi-ui
/
bin
/
package.bat
1
2
3
4
5
6
7
8
9
10
11
12
@echo off
echo.
echo [ÐÅÏ¢] ´ò°üWeb¹¤³Ì£¬Éú³Énode_modules°üÎļþ¡£
echo.
%~d0
cd %~dp0
cd ..
npm install --registry=https://registry.npm.taobao.org
pause