1,打包npm run build:stage 2,nginx 配置 server { listen 8083; server_name localhost; charset utf-8; location / { root /Users/df007df/work/node/seastar/seastar-admin-web/dist; try_files $uri $uri/ /index.html; index index.html index.htm; } location /stage-api/ { proxy_set_header ...