解决方案:
location / {root D:\Test\exprice\dist;index index.html index.htm;try_files $uri $uri/ /index.html;
第二种方式
location /{
root /data/nginx/html;
index index.html index.htm;
error_page 404 /index.html;
}

解决方案:
location / {root D:\Test\exprice\dist;index index.html index.htm;try_files $uri $uri/ /index.html;
第二种方式
location /{
root /data/nginx/html;
index index.html index.htm;
error_page 404 /index.html;
}

让时间为你证明