dashboard
repositories
filestore
activity
search
login
main
/
expert_management
专家管理系统后台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修复文件上传多级目录识别问题
RuoYi
2019-11-01
85c17f4563d37cd94c4f5b6b7b4e39e33bd78368
[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