Преглед изворни кода

1.修改npm下载地址为国内镜像测试

wangt пре 1 година
родитељ
комит
e625b652af
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      ui/pom.xml

+ 2 - 0
ui/pom.xml

@@ -32,6 +32,8 @@
             <configuration>
               <nodeVersion>v16.13.1</nodeVersion>
               <npmVersion>8.1.2</npmVersion>
+              <nodeDownloadRoot>https://npm.taobao.org/mirrors/node/</nodeDownloadRoot>
+              <npmDownloadRoot>https://registry.npm.taobao.org/npm/-/</npmDownloadRoot>
             </configuration>
           </execution>
           <!-- Install all project dependencies -->