这是因为路径的原因,只需要在与生成的dist同级目录下创建个vue.config.js,加入 publicPath: "./",即可 module.exports = { // 基本路径 publicPath: "./", }