Commit f7b67e28ccac280b7f6760432b8bd0ba9c088d70

Authored by hujian
1 parent b13ecc57

替换前端编译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=http://registry.npmmirror.com install
73 73 npm run build
74 74 ```
75 75 编译如果报错, 一般都是网络问题, 导致的依赖包下载失败
... ...