如果你用的是vite,那么下面无效 可以参考 https://www.cnblogs.com/lingern/p/17789995.html react vue 在根目录下创建 vue.config.js 文件,写入 module.exports = { publicPath: './', }