location /three-tixing/{ alias /usr/local/website/demo/three-tixing/; index index.html; try_files $uri $uri/ /three-tixing/index.html; }
网页输入的端口后的路径
网站在服务器的路径
module.exports = { publicPath: process.env.NODE_ENV === 'production' ? '/three-tixing/' : '/' }