minipro_standard/util/request/index.js
@@ -5,7 +5,7 @@ /* defaultConfig 为默认全局配置 */ defaultConfig.baseURL = baseUrl /* 根域名 */ defaultConfig.header = { 'content-type': 'application/x-www-form-urlencoded;charset=utf-8', 'content-type': 'application/json;charset=utf-8', } defaultConfig.dataType = 'json' return defaultConfig