Loading...
This site is best viewed in a modern browser with JavaScript enabled.
Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.
vue react 部署到二级目录伪静态设置
leftsky
将前端编译后的源码放到 public/h5/ 目录下
location / { try_files $uri $uri/ /h5/index.html; }