// vue.config.js module.exports = { publicPath: "", outputDir: "dist", assetsDir: "static/lipin", runtimeCompiler: true, productionSourceMap: false, devServer: { open: true, host: devHost, // port: devPort, https: false, hotOnly: false, proxy: { '/dkapi/': { target: 'https://h.ushopvip.com/', changeOrigin: true, pathRewrite: { '^/dkapi': '' } } }, } }