配置
1、publicPath: “./”
2、nginx配置/aaa前缀
location /aaa {
root /opt/zhjg/page;
index index.html;
}
/opt/zhjg/page里面的前端包将名称改成/aaa