国家管理

This commit is contained in:
@fawn-nine
2023-11-14 17:57:51 +08:00
parent a0ce741c5c
commit 074c4f0934
2 changed files with 267 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ const mainRoutes = {
{ path: '/acupointManagement', component: _import('modules/acupoint/acupointManagement'), name: 'acupointManagement', meta: { title: '经穴分类管理', isTab: true } },
{ 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 } },
],
beforeEnter (to, from, next) {
let token = Vue.cookie.get('token')