浏览代码

fix: document preview (#2795)

(cherry picked from commit 8d11a070b2)

### 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>
tags/v0.13.0
chongchuanbing 1年前
父节点
当前提交
bae30e5cc4
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      web/src/routes.ts

+ 1
- 1
web/src/routes.ts 查看文件

], ],
}, },
{ {
path: 'document/:id',
path: '/document/:id',
component: '@/pages/document-viewer', component: '@/pages/document-viewer',
layout: false, layout: false,
}, },

正在加载...
取消
保存