|
|
@@ -16,7 +16,7 @@ instance.interceptors.request.use(
|
|
|
// 确保每个请求都带上cookie
|
|
|
config.withCredentials = true
|
|
|
|
|
|
- if (url.includes('https://gpt4.cocorobo.cn') || url.includes('https://appapi.cocorobo.cn')) {
|
|
|
+ if (url.includes('https://gpt4.cocorobo.cn') || url.includes('https://appapi.cocorobo.cn') || url.includes('https://ccrb.s3.cn-northwest-1.amazonaws.com.cn')) {
|
|
|
config.withCredentials = false
|
|
|
}
|
|
|
|