pyt
2025-02-27 cb429a55a72f46bc8b749e0870b4a006fd066c78
H5/utils/request.js
@@ -22,7 +22,7 @@
      let token = uni.getStorageSync('token')
      let header = {
         'content-type': type ? 'application/x-www-form-urlencoded;charset=UTF-8' : 'application/json',
         'Authorization': 'Bearer ' + token,
         'Authorization': token,
         'lang': uni.getStorageSync('locale') === 'zh-Hans' ? 'zh_CN' : 'zh-tw',
      }
      const requestTask = uni.request({