From 245912b3b595400ecdd5965ce5e466d190f06ae4 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期三, 12 七月 2023 19:08:41 +0800 Subject: [PATCH] 新增后台配置模块 --- src/router/custom/index.js | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/router/custom/index.js b/src/router/custom/index.js index 19b9909..7657cff 100644 --- a/src/router/custom/index.js +++ b/src/router/custom/index.js @@ -11,7 +11,8 @@ name: "salesLead", component: salesLead, meta: { - title: "閿�鍞嚎绱�" + title: "閿�鍞嚎绱�", + requireAuth: true } }, { @@ -19,7 +20,8 @@ name: "customManage", component: customManage, meta: { - title: "瀹㈡埛绠$悊" + title: "瀹㈡埛绠$悊", + requireAuth: true } }, { @@ -27,7 +29,8 @@ name: "contacts", component: contacts, meta: { - title: "鑱旂郴浜�" + title: "鑱旂郴浜�", + requireAuth: true } }, { @@ -35,7 +38,8 @@ name: "followupRecords", component: followupRecords, meta: { - title: "璺熻繘璁板綍" + title: "璺熻繘璁板綍", + requireAuth: true } } ] -- Gitblit v1.8.0