Ver código fonte

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 ano atrás
pai
commit
bae30e5cc4
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      web/src/routes.ts

+ 1
- 1
web/src/routes.ts Ver arquivo

@@ -98,7 +98,7 @@ const routes = [
],
},
{
path: 'document/:id',
path: '/document/:id',
component: '@/pages/document-viewer',
layout: false,
},

Carregando…
Cancelar
Salvar