lrj
2 天以前 ae3349d2ff53767b5bc9cb30e1bf7e15f9e814ee
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
  }
}