mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-06-04 11:24:00 +08:00
fix: document preview (#2795)
(cherry picked from commit 8d11a070b2fc88285a7cff1ab85ebefee84b6c64) ### What problem does this PR solve? fix document preview error in file manager. ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) Co-authored-by: chongchuanbing <chongchuanbing@gmail.com>
This commit is contained in:
parent
18f80743eb
commit
bae30e5cc4
@ -98,7 +98,7 @@ const routes = [
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: 'document/:id',
|
path: '/document/:id',
|
||||||
component: '@/pages/document-viewer',
|
component: '@/pages/document-viewer',
|
||||||
layout: false,
|
layout: false,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user