谢杰标 2 년 전
부모
커밋
351edffcaf
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/axios.js

+ 1 - 2
src/axios.js

@@ -1,7 +1,6 @@
 import axios from "axios";
 import axios from "axios";
 import { Message } from "element-ui";
 import { Message } from "element-ui";
-// export const BASE_URL = "http://120.79.166.78:19012"; //测试-外网
-// export const BASE_URL = 'http://42.192.164.187:19005'    //test
+// export const BASE_URL = "https://api.xyyxt.net"; //正式
 export const BASE_URL = "http://120.79.166.78:19012"; //测试
 export const BASE_URL = "http://120.79.166.78:19012"; //测试
 export const BASE_IMG_URL = "https://file.xyyxt.net/";
 export const BASE_IMG_URL = "https://file.xyyxt.net/";