fix: index.ui new_kb_form URL missing /rag/ prefix → use relative path

This commit is contained in:
yumoqing 2026-08-06 13:55:35 +08:00
parent 09336b3c10
commit 14c72e29d7

View File

@ -66,7 +66,7 @@
"auto_dismiss": true
},
"options": {
"url": "{{entire_url('/knowledge_bases_list/new_kb_form.ui')}}"
"url": "{{entire_url('./new_kb_form.ui')}}"
}
}
]