update registry source

This commit is contained in:
RuoYi 2022-03-30 10:19:24 +08:00
parent 363051269e
commit 4b330c8818
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ git clone https://github.com/yangzongzhuan/RuoYi-Cloud-Vue3.git
cd RuoYi-Cloud-Vue3
# 安装依赖
yarn --registry=https://registry.npm.taobao.org
yarn --registry=https://registry.npmmirror.com
# 启动服务
yarn dev

View File

@ -7,6 +7,6 @@ echo.
cd %~dp0
cd ..
yarn --registry=https://registry.npm.taobao.org
yarn --registry=https://registry.npmmirror.com
pause