Browse Source

fixed textId #2057

bach 1 year ago
parent
commit
a4f9114b7c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -136,7 +136,7 @@ const routes = [
       // item.textid = 'gdpSauval1724'
       // this named route does not replace the url
       // next({ name: 'editiontext', params: { id: item.textid, textid: item.uuid }, replace: true })
-      next({ path: `/texts/${item.textid}/${item.uuid}`, replace: true })
+      next({ path: `/texts/${item.textId}/${item.uuid}`, replace: true })
     },
     component: { render: () => null }
   },