|
|
@@ -2,12 +2,7 @@ import axios from "axios";
|
|
|
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 = 'http://192.168.1.7:5055' //测试
|
|
|
-// export const tenantId = "867735392558919680";
|
|
|
-
|
|
|
-//图片上传api
|
|
|
-// export const BASE_IMG_URL = 'https://file.xyyxt.net/' //release
|
|
|
-export const BASE_IMG_URL = "https://file-dev.xyyxt.net/"; //test
|
|
|
+export const BASE_URL = 'http://120.79.166.78:19012' //测试
|
|
|
|
|
|
|
|
|
// 创建 axios 实例
|