vue.config.js 在vue.config.js文件中找到publicPath,将文件路径改为../../(改成对应的文件目录) module.exports = { publicPath: '/wechat/wechatfe/' }