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

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

@@ -2,9 +2,9 @@ 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.245:8003/'
+const serverName = isProduction ? '/' : 'http://192.168.0.245:8003/'
 // 线下调试
 // 线下调试
-const serverName = isProduction ? "/" : "http://192.168.0.135:8003/"
+// const serverName = isProduction ? "/" : "http://192.168.0.135:8003/"
 
 
 const orginLink = window.location.origin
 const orginLink = window.location.origin