|
@@ -2,15 +2,12 @@ import axios from 'axios'
|
|
|
import store from './store'
|
|
|
import { Message } from 'element-ui'
|
|
|
// export const BASE_URL = 'https://api.xyyxt.net' //release
|
|
|
-// export const BASE_URL = 'http://42.192.164.187:19005' //test
|
|
|
// export const BASE_URL = 'https://test.xyyxt.net' //预发布
|
|
|
-// export const BASE_URL = 'http://192.168.1.7:5055' //dev
|
|
|
-// export const BASE_URL = 'http://192.168.1.24:5055' //dev
|
|
|
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.222:5055' //测试
|
|
|
export const tenantId = '867735392558919680'
|
|
|
-
|
|
|
+// export const tenantId = '141250585240548145'
|
|
|
+// export const tenantId = '667735392758919630'
|
|
|
|
|
|
//图片上传api
|
|
|
// export const BASE_IMG_URL = 'https://file.xyyxt.net/' //release
|