主要是缺少一个配置
新建一个vue.config.js
module.exports = { publicPath: './', outputDir: 'dist', assetsDir: 'static' }