Mr.Shi
2023-09-04 09a4dffa44acc386ab66b4e01af473068586e4fb
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