Nginx处理

location / {
        # 用于配合 browserHistory使用
        try_files $uri $uri/ /index.html;
}

OSS处理

基础设置 --> 镜像回源

A

B