fix: 将请求详情抽屉的请求头默认数据源改为提供商

This commit is contained in:
fawney19
2026-01-16 01:38:59 +08:00
parent b1cf348abb
commit 6cc66e404b

View File

@@ -559,7 +559,7 @@ const activeTab = ref('request-body')
const copiedStates = ref<Record<string, boolean>>({})
const viewMode = ref<'compare' | 'formatted' | 'raw'>('formatted')
const currentExpandDepth = ref(0)
const dataSource = ref<'client' | 'provider'>('client')
const dataSource = ref<'client' | 'provider'>('provider')
const contentViewMode = ref<'json' | 'conversation'>('json')
const { copyToClipboard } = useClipboard()
const historicalPricing = ref<{