使用vue-cli3 搭建的项目 在更目录下创建 vue.config.js module.exports = { publicPath: process.env.NODE_ENV === 'production' ? "./" : "/", }