You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
JiangNingUmale-h5/vue.config.js

14 lines
269 B

module.exports = {
publicPath: './',
// publicPath: '/demo/kunshanchangfang-app/',
devServer: {
proxy: {
'/api/v3.0': {
target: 'http://180.97.207.60:8009', // 代理接口
changeOrigin: true,
pathRewrite: {}
}
}
}
}