mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-03 06:17:29 +08:00
Refactor: UmiJs -> Vite (#12410)
### What problem does this PR solve? Refactor: UmiJs -> Vite+React ### Type of change - [x] Refactoring --------- Co-authored-by: Liu An <asiro@qq.com>
This commit is contained in:
@@ -474,7 +474,8 @@ export const useSubmitMinerU = () => {
|
||||
async (payload: MinerUFormValues) => {
|
||||
const cfg: any = {
|
||||
...payload,
|
||||
mineru_delete_output: payload.mineru_delete_output ?? true ? '1' : '0',
|
||||
mineru_delete_output:
|
||||
(payload.mineru_delete_output ?? true) ? '1' : '0',
|
||||
};
|
||||
if (payload.mineru_backend !== 'vlm-http-client') {
|
||||
delete cfg.mineru_server_url;
|
||||
|
||||
Reference in New Issue
Block a user