目录

1.新建站点 上传client压缩包

2.解压后,打开config.js将其中的网址换成后端域名

3.直接访问网站

4.添加伪静态

location / {
try_files $uri $uri/ /index.html;
}

5.删除client压缩包