Commit 307a68de733662adc9b92f6769a9628f8cdf1de8

Authored by 648540858
Committed by GitHub
2 parents b13ecc57 9dcae6e4

Merge pull request #752 from stayorigin/wvp-28181-2.0

替换前端编译npm源地址
doc/_content/introduction/compile.md
... ... @@ -69,7 +69,7 @@ git clone https://github.com/648540858/wvp-GB28181-pro.git
69 69 ### 5.2 编译前端页面
70 70 ```shell script
71 71 cd wvp-GB28181-pro/web_src/
72   -npm --registry=https://registry.npm.taobao.org install
  72 +npm --registry=https://registry.npmmirror.com install
73 73 npm run build
74 74 ```
75 75 编译如果报错, 一般都是网络问题, 导致的依赖包下载失败
... ...