tremble 3 年之前
父节点
当前提交
c3d542e5b7
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      new_backstage/src/configue/http.js
  2. 1 1
      web/src/config/http.js

+ 1 - 1
new_backstage/src/configue/http.js

@@ -8,7 +8,7 @@ const vue = new Vue();
 var isProduction = process.env.NODE_ENV === "production";
 var isProduction = process.env.NODE_ENV === "production";
 let loading = "";
 let loading = "";
 
 
-const serverName = isProduction ? "/" : "http://192.168.0.135:8003/";
+const serverName = isProduction ? "/" : "http://192.168.0.245:8003/";
 
 
 const serverLocation = window.location.hostname;
 const serverLocation = window.location.hostname;
 
 

+ 1 - 1
web/src/config/http.js

@@ -2,7 +2,7 @@ import axios from 'axios'
 
 
 var isProduction = process.env.NODE_ENV === 'production'
 var isProduction = process.env.NODE_ENV === 'production'
 
 
-const serverName = isProduction ? '/' : 'http://192.168.0.135:8003/'
+const serverName = isProduction ? '/' : 'http://192.168.0.245:8003/'
 
 
 const orginLink = window.location.origin
 const orginLink = window.location.origin