|
@@ -1,24 +1,24 @@
|
|
|
//测试地址
|
|
|
- const baseURL = 'http://api.dms.66km.com.cn/'
|
|
|
- const burl2='http://api.dms.66km.com.cn/'
|
|
|
-/* const baseURL = 'http://192.168.0.132:20189/'
|
|
|
- const burl2='http://192.168.0.132:20189/' */
|
|
|
+/* const baseURL = 'http://dms.66km.com.cn/'
|
|
|
+ const burl2='http://dms.66km.com.cn/' */
|
|
|
+ /* const baseURL = 'http://192.168.1.26:20187/'
|
|
|
+ const burl2='http://192.168.1.26:20187/' */
|
|
|
//66正式
|
|
|
-/* const baseURL = 'https://apidms.66km.com/'
|
|
|
- const burl2='https://apidms.66km.com/' */
|
|
|
+ const baseURL = 'https://apidms.66km.com/'
|
|
|
+ const burl2='https://apidms.66km.com/'
|
|
|
//欧洲维修
|
|
|
-/* const baseURL = 'https://edms.eurorepar.cn/'
|
|
|
- const burl2='https://edms.eurorepar.cn/ ' */
|
|
|
+ /* const baseURL = 'https://edms.eurorepar.cn/'
|
|
|
+ const burl2='https://edms.eurorepar.cn/' */
|
|
|
//京猫虎
|
|
|
/* const baseURL = 'http://apidms.jcatt.cn/'
|
|
|
- const burl2='http://apidms.jcatt.cn/' */
|
|
|
+ const burl2='http://apidms.jcatt.cn/' */
|
|
|
//安徒生
|
|
|
/* const baseURL = 'http://dms-api.lhrhy.cn/'
|
|
|
const burl2='http://dms-api.lhrhy.cn/' */
|
|
|
/* const baseURL = 'http://store-api.qdbtl.cn/'
|
|
|
const burl2='http://store-api.qdbtl.cn/' */
|
|
|
-/* const baseURL = 'https://store-api.qdbtl.cn/'
|
|
|
- const burl2='https://store-api.qdbtl.cn/' */
|
|
|
+ /* const baseURL = 'https://store-api.qdbtl.cn/'
|
|
|
+ const burl2='https://store-api.qdbtl.cn/' */
|
|
|
/* const baseURL = '//store-api.qdbtl.cn/'
|
|
|
const burl2='//store-api.qdbtl.cn/' */
|
|
|
// import md5 from './MD5.js'
|
|
@@ -28,14 +28,14 @@
|
|
|
const burl2='http://dms.shoupeiyun.com/' */
|
|
|
//驰湃
|
|
|
/* const baseURL = 'http://chipaiapidms.betterchain.com.cn/'
|
|
|
- const burl2='http://chipaiapidms.betterchain.com.cn/' */
|
|
|
+ const burl2='http://chipaiapidms.betterchain.com.cn/' */
|
|
|
//宝顺
|
|
|
-/* const baseURL = 'http://dmsapi.baoshuncar.com/'
|
|
|
- const burl2='http://dmsapi.baoshuncar.com/' */
|
|
|
-
|
|
|
+/* const baseURL = 'http://dmsapi.baoshuncar.com/'
|
|
|
+ const burl2='http://dmsapi.baoshuncar.com/'
|
|
|
+ */
|
|
|
|
|
|
// 欧洲维修申请
|
|
|
- const europeUrl='http://api.dms.66km.com.cn/'
|
|
|
+ const europeUrl='https://edms.eurorepar.cn/'
|
|
|
|
|
|
const fetchPost = (url = '', params = {}, header = {
|
|
|
}) => {
|