浏览代码

修改后端服务器IP

hebinlong 4 年之前
父节点
当前提交
87172be465
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config/index.js

+ 1 - 1
config/index.js

@@ -9,7 +9,7 @@ module.exports = {
     proxyTable: {
       '/pre': {
         // target: 'http://app.bluefire.top:7999',//后端接口地址
-        target: 'http://192.168.101.15:8081',//后端接口地址
+        target: 'http://192.168.101.104:8081',//后端接口地址
         changeOrigin: true,  //是否跨域
         pathRewrite: {
           '^/pre': '/',//重写,