module.exports = { publicPath: "/entpc", productionSourceMap: false, lintOnSave: false, devServer: { open: true, port: "8086", hot: true, proxy: { "/api": { target: "https://app2-jytest.jianyu360.cn/entbase", changeOrigin: true, pathRewrite: { "^/api": "" } } } } }