Browse Source

路由修复

lighter 2 years ago
parent
commit
ad35dbaf81
1 changed files with 0 additions and 5 deletions
  1. 0 5
      src/router/modules/dashboard.js

+ 0 - 5
src/router/modules/dashboard.js

@@ -259,11 +259,6 @@ const route = [
                 component: createNameComponent(() => import('@/views/med-tec-mod/MenZhenXiangMu.vue')),
                 meta: {title: '门诊项目确认或取消'},
             },
-            {
-                path: 'medicineManagement',
-                component: createNameComponent(() => import('@/views/med-tec-mod/MedicineManagement.vue')),
-                meta: {title: '药品管理'}
-            }
         ],
     },
     {