删除讲书评论

This commit is contained in:
@fawn-nine
2023-12-05 10:11:21 +08:00
parent 428a69aa1d
commit 3b2fb9ff52
4 changed files with 162 additions and 1 deletions

View File

@@ -55,6 +55,7 @@ const mainRoutes = {
{ path: '/acupointList', component: _import('modules/acupoint/acupointList'), name: 'acupointList', meta: { title: '经穴文章列表', isTab: true } },
{ path: '/acupointDetail', component: _import('modules/acupoint/acupointDetail'), name: 'acupointDetail', meta: { title: '穴位详细', isTab: true } },
{ path: '/countyManagement', component: _import('modules/county/countyManagement'), name: 'countyManagement', meta: { title: '国家区域管理', isTab: true } },
{ path: '/commentsList', component: _import('modules/book/commentsList'), name: 'commentsList', meta: { title: '评论管理', isTab: true } },
],
beforeEnter (to, from, next) {
let token = Vue.cookie.get('token')