|
@@ -1,15 +1,15 @@
|
|
|
import axios from 'axios'
|
|
|
import store from './store'
|
|
|
-export const BASE_URL = 'https://api.xyyxt.net' //release
|
|
|
+// export const BASE_URL = 'https://api.xyyxt.net' //release
|
|
|
// export const BASE_URL = 'http://42.192.164.187:19005' //test
|
|
|
// export const BASE_URL = 'http://api.xyyxt.net:19009' //预发布
|
|
|
-// export const BASE_URL = 'http://192.168.1.222:5055' //dev
|
|
|
+export const BASE_URL = 'http://192.168.1.222:5055' //dev
|
|
|
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_IMG_URL = 'https://file.xyyxt.net/' //release
|
|
|
+export const BASE_IMG_URL = 'https://file-dev.xyyxt.net/' //test
|
|
|
|
|
|
import tools from './common/tools'
|
|
|
import router from './router'
|