Nuxt.conf.js配置公共路径 module.exports = { // ... build: { publicPath: 'http://xxx.com', }} build 之后生成 ./.nuxt/dist 目录,把其内容上传到 WebServer