diff --git a/README.md b/README.md index 627525e..ac95dfd 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ git clone https://github.com/yangzongzhuan/RuoYi-Vue3.git cd RuoYi-Vue3 # 安装依赖 -yarn --registry=https://registry.npm.taobao.org +yarn --registry=https://registry.npmmirror.com # 启动服务 yarn dev diff --git a/bin/package.bat b/bin/package.bat index c12b803..8693727 100644 --- a/bin/package.bat +++ b/bin/package.bat @@ -7,6 +7,6 @@ echo. cd %~dp0 cd .. -yarn --registry=https://registry.npm.taobao.org +yarn --registry=https://registry.npmmirror.com pause \ No newline at end of file