|
@@ -1,13 +1,13 @@
|
|
|
-// const base_url = 'https://api.xyyxt.net' //release
|
|
|
|
|
|
|
+const base_url = 'https://api.xyyxt.net' //release
|
|
|
// const base_url = 'http://42.192.164.187:19005' //test
|
|
// const base_url = 'http://42.192.164.187:19005' //test
|
|
|
// export const base_url = 'http://api.xyyxt.net:19009' //
|
|
// export const base_url = 'http://api.xyyxt.net:19009' //
|
|
|
-export const base_url = 'https://test.xyyxt.net' //预发布
|
|
|
|
|
|
|
+// export const base_url = 'https://test.xyyxt.net' //预发布
|
|
|
// const base_url = 'http://192.168.1.7:5055' //dev
|
|
// const base_url = 'http://192.168.1.7:5055' //dev
|
|
|
// 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/' //release
|
|
|
|
|
-export const BASE_IMG_URL = 'https://file-dev.xyyxt.net/' //test
|
|
|
|
|
|
|
+export const BASE_IMG_URL = 'https://file.xyyxt.net/' //release
|
|
|
|
|
+// export const BASE_IMG_URL = 'https://file-dev.xyyxt.net/' //test
|
|
|
const tenantId = '867735392558919680'
|
|
const tenantId = '867735392558919680'
|
|
|
export const http = (option) => {
|
|
export const http = (option) => {
|
|
|
if(option.loading) {
|
|
if(option.loading) {
|