From-wh 2 лет назад
Родитель
Сommit
8a7efb4de3
1 измененных файлов с 14 добавлено и 1 удалено
  1. 14 1
      template/admin/src/router/modules/frameOut.js

+ 14 - 1
template/admin/src/router/modules/frameOut.js

@@ -23,7 +23,6 @@ export default [
     },
     component: () => import('@/pages/account/login'),
   },
-  // 客服
   {
     path: '/kefu',
     name: `${pre}index`,
@@ -34,6 +33,20 @@ export default [
     },
     component: () => import('@/pages/kefu/index'),
   },
+  // 客服
+  {
+    path: routePre + '/kefu',
+    name: `${pre}index`,
+    meta: {
+      auth: true,
+      title: '客服管理',
+      kefu: true,
+    },
+    redirect: {
+      name: `setting_service`,
+    },
+    component: () => import('@/pages/kefu/index'),
+  },
   {
     path: '/kefu/mobile_list',
     name: `${pre}mobile_list`,