From 8e7cd003414ea4ca8f42fb3171de18f8839ece17 Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期一, 10 七月 2023 18:04:27 +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