Mr.Shi
2023-09-07 ed7bd02f3c812e904e43a76e16a4a5598f5bfd48
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