Vue Vueconfig.js配置
Vue项目 VueConfig.js配置
module.exports = { lintOnSave: false, devServer: { disableHostCheck: false, port: 8080, https: false, hotOnly: false, proxy: { "": { target: '后端地址:端口', changeOrigin: true, pathRewrite: { "": "" } } } } };
Vue项目 VueConfig.js配置
module.exports = { lintOnSave: false, devServer: { disableHostCheck: false, port: 8080, https: false, hotOnly: false, proxy: { "": { target: '后端地址:端口', changeOrigin: true, pathRewrite: { "": "" } } } } };