From 3ab03bf0e7809b9c0b5fc07b4644412086bc9249 Mon Sep 17 00:00:00 2001 From: Michelle.Chung <1242874891@qq.com> Date: 星期四, 23 二月 2023 20:31:57 +0800 Subject: [PATCH] fix 修正创建租户失败时未关闭忽略租户问题 ; --- ruoyi-ui/bin/package.bat | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ruoyi-ui/bin/package.bat b/ruoyi-ui/bin/package.bat index 9997921..2f22a4a 100644 --- a/ruoyi-ui/bin/package.bat +++ b/ruoyi-ui/bin/package.bat @@ -1,12 +1,12 @@ @echo off echo. -echo [信息] 打包Web工程,生成node_modules包文件。 +echo [淇℃伅] 瀹夎Web宸ョ▼锛岀敓鎴恘ode_modules鏂囦欢銆� echo. %~d0 cd %~dp0 cd .. -npm install --registry=https://registry.npm.taobao.org +npm install --registry=https://registry.npmmirror.com -pause \ No newline at end of file +pause -- Gitblit v1.9.3