jinhui.wang

更新

...@@ -6,7 +6,7 @@ const mimeMap = { ...@@ -6,7 +6,7 @@ const mimeMap = {
6 zip: 'application/zip' 6 zip: 'application/zip'
7 } 7 }
8 // const baseUrl = 'https://imacuat.zmd.apac.fedex.com/IMAC2' //uat服务器 8 // const baseUrl = 'https://imacuat.zmd.apac.fedex.com/IMAC2' //uat服务器
9 -const baseUrl = 'http://47.103.140.98:7002/IMAC2' //阿里云服务器 9 +const baseUrl = 'http://47.103.140.98:7001/IMAC2' //阿里云服务器
10 // const baseUrl = 'http://192.168.1.133:7001/IMAC2' //测试服务器 10 // const baseUrl = 'http://192.168.1.133:7001/IMAC2' //测试服务器
11 export function downLoadZip(str, filename) { 11 export function downLoadZip(str, filename) {
12 var url = baseUrl + str 12 var url = baseUrl + str
......