|
@@ -1,15 +1,15 @@
|
|
|
//测试地址
|
|
|
- const baseUrl = 'http://dms.66km.com.cn/'
|
|
|
+ //const baseUrl = 'http://api.dms.66km.com.cn/'
|
|
|
//const baseUrl = 'http://192.168.0.10:20187/'
|
|
|
-const configUrl='http://qw.66km.com.cn/'
|
|
|
+//const configUrl='http://qw.66km.com.cn/'
|
|
|
//正式地址
|
|
|
|
|
|
//66 dmsqw.66km.com
|
|
|
-/* const baseUrl = 'http://apidms.66km.com/'
|
|
|
+ /* const baseUrl = 'http://apidms.66km.com/'
|
|
|
const configUrl='http://dmsqw.66km.com/' */
|
|
|
//欧洲维修
|
|
|
-/* const baseUrl = 'https://crm.eurorepar.cn/'
|
|
|
-const configUrl='http://dmshf.eurorepar.cn/' */
|
|
|
+const baseUrl = 'https://crm.eurorepar.cn/'
|
|
|
+const configUrl='http://dmshf.eurorepar.cn/'
|
|
|
|
|
|
const http = (url = '', date = {}, type = 'POST', header = {
|
|
|
}) => {
|