diff --git a/webui/src/components/ParameterForm.vue b/webui/src/components/ParameterForm.vue index d2b2c40..6aef34d 100644 --- a/webui/src/components/ParameterForm.vue +++ b/webui/src/components/ParameterForm.vue @@ -787,6 +787,8 @@ const exportConfig = async () => { if (window.pywebview) { const response = await window.pywebview.api.export_config(params) if (response.success) { + // 显示导出的文件路径 + currentFilePath.value = response.file_path || '' logRef.value?.addLog('info', response.message) } else { logRef.value?.addLog('warning', response.message)