lrj
昨天 7ad9c3c93f0cc103347ae2e2429e0122fb512e24
web/src/utils/cos.ts
@@ -7,7 +7,6 @@
    const response = await axios.get('http://localhost:8080/api/cos/credentials')
    return response.data
  } catch (error) {
    console.error('从后端获取临时密钥失败:', error)
    throw error
  }
}