修改vue.config.js
module.exports = { configureWebpack: { devServer: { host: 'www.word.com', port: 8080, open: true, proxy: { "/api": { target: "https://www.word.com:22599", }, }, https: true }, devtool: "inline-source-map" }, };
主要是:
host: 'www.word.com',
port: 8080,
https: true