Sfoglia il codice sorgente

fix: 客服退出跳转问题处理

From-WH 2 anni fa
parent
commit
859ad6cd8c
1 ha cambiato i file con 1 aggiunte e 4 eliminazioni
  1. 1 4
      template/admin/src/router/modules/frameOut.js

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

@@ -25,16 +25,13 @@ export default [
   },
   },
   // 客服
   // 客服
   {
   {
-    path: routePre + '/kefu',
+    path: '/kefu',
     name: `${pre}index`,
     name: `${pre}index`,
     meta: {
     meta: {
       auth: true,
       auth: true,
       title: '客服管理',
       title: '客服管理',
       kefu: true,
       kefu: true,
     },
     },
-    redirect: {
-      name: `setting_service`,
-    },
     component: () => import('@/pages/kefu/index'),
     component: () => import('@/pages/kefu/index'),
   },
   },
   {
   {