xuxy
2024-06-27 35bbc4ae1911beeb27999d578205c48d04f532cb
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())