xuxy
2024-06-28 b07d5f16634fc4a695fa8e6f6b18c33806f2b05a
plugins/http.js
@@ -191,7 +191,7 @@
      let header = {
         Authorization: token ? `Bearer ${token}` : null,
      }
      var url = environments.httpBaseUri + '/api/upload/file'
      var url = environments.httpBaseUri + '/api/upload/oss/file'
      if (environments.type == 'prod') {
         //需要拼接
         var year = utils.toYear(new Date())