فهرست منبع

ip地址修改

zerp 2 سال پیش
والد
کامیت
ed73ebc0ca
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      config/index.js

+ 3 - 3
config/index.js

@@ -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
     }
-}
+}