Procházet zdrojové kódy

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 před 1 rokem
rodič
revize
bae30e5cc4
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      web/src/routes.ts

+ 1
- 1
web/src/routes.ts Zobrazit soubor

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

Načítá se…
Zrušit
Uložit