Browse Source

fixed textId #2057

bach 1 năm trước cách đây
mục cha
commit
a4f9114b7c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 }
   },