|
@@ -9,22 +9,22 @@ module.exports = {
|
|
|
assetsSubDirectory: 'static',
|
|
|
assetsPublicPath: '/',
|
|
|
proxyTable: {
|
|
|
- '/bid2': {
|
|
|
+ '/': {
|
|
|
// target: 'http://47.108.151.62:80/pre', //后端接口地址 中间人运营平台
|
|
|
// target: 'http://47.108.151.62', //后端接口地址
|
|
|
- // target: 'http://192.168.3.12:7001', //后端接口地址
|
|
|
- target: 'http://127.0.0.1:28081', //后端接口地址
|
|
|
- // target: 'http://47.108.14.99:7001', //后端接口地址
|
|
|
+ target: 'http://192.168.3.12:7001', //后端接口地址
|
|
|
+ // target: 'http://127.0.0.1:28081', //后端接口地址
|
|
|
+ // target: 'http://47.108.14.99:7001/', //后端接口地址
|
|
|
changeOrigin: true, //是否跨域
|
|
|
pathRewrite: {
|
|
|
- '^/bid2': '/', //重写,
|
|
|
+ '^/': '/', //重写,
|
|
|
}
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
// 本地开发使用 192.168.0.126 localhost
|
|
|
- host: '192.168.3.5',
|
|
|
+ host: '192.168.3.4',
|
|
|
// host: '192.168.124.14',
|
|
|
port: 8081,
|
|
|
autoOpenBrowser: true,
|