shaogen1995 3 년 전
부모
커밋
fdd608bd10
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      new_backstage/src/configue/http.js

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

@@ -8,9 +8,9 @@ const vue = new Vue();
 var isProduction = process.env.NODE_ENV === "production";
 let loading = "";
 // 线上打包
-// 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 serverLocation = window.location.hostname;