|
@@ -10,8 +10,8 @@ module.exports = {
|
|
|
assetsPublicPath: '/',
|
|
|
proxyTable: {
|
|
|
'/': {
|
|
|
- target: 'http://47.108.151.62:80/pre', //后端接口地址 中间人运营平台
|
|
|
- // target: 'http://127.0.0.1:28080', //后端接口地址
|
|
|
+ // target: 'http://47.108.151.62:80/pre', //后端接口地址 中间人运营平台
|
|
|
+ target: 'http://127.0.0.1:28080', //后端接口地址
|
|
|
// target: 'http://192.168.3.8:7001', //后端接口地址
|
|
|
changeOrigin: true, //是否跨域
|
|
|
pathRewrite: {
|
|
@@ -48,4 +48,4 @@ module.exports = {
|
|
|
bundleAnalyzerReport: process.env.npm_config_report || false,
|
|
|
generateAnalyzerReport: process.env.npm_config_generate_report || false
|
|
|
}
|
|
|
-}
|
|
|
+}
|