jinhui.wang

更新

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