const { defineConfig } = require('@vue/cli-service') module.exports = defineConfig({ transpileDependencies: true, devServer:{ proxy:{ '/abcdefg':{ target: 'http://localhost:9998/gydx_ssm_war_exploded', changeOrigin: true, pathRewrite: {'^/abcdefg':''}, secure: false, } } } })