// vue.config.js module.exports = { // 选项... devServer: { proxy: 'http://localhost:8090' }, publicPath: '/html' }