The nginx conf of Vue History Route

The nginx conf of Vue History Route

防止页面刷新 404

location ~_ ^/(articleList|articleCon|timeLine|collections|lab|about) {
rewrite ^._\$ / break;
}