nieyuge 1 month ago
parent
commit
7c45161d0a
3 changed files with 5 additions and 8 deletions
  1. 1 1
      index.html
  2. 4 4
      src/views/account/account.router.tsx
  3. 0 3
      src/views/account/dialog/config.tsx

+ 1 - 1
index.html

@@ -5,7 +5,7 @@
     <link rel="icon" type="image/svg+xml" href="/logo.svg" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 		<meta name="referrer" content="no-referrer" />
-    <title>票圈内容合作平台</title>
+    <title>票圈安全平台</title>
   </head>
   <body>
     <div id="root"></div>

+ 4 - 4
src/views/account/account.router.tsx

@@ -8,8 +8,8 @@ const demoRoutes: AdminRouterItem[] = [
     path: 'account',
     element: <Outlet />,
     meta: {
-      label: "账号管理",
-      title: "账号管理",
+      label: "企微账号管理",
+      title: "企微账号管理",
       key: "/account",
       icon: <TeamOutlined />,
     },
@@ -18,8 +18,8 @@ const demoRoutes: AdminRouterItem[] = [
         path: 'list',
         element: <List />,
         meta: {
-          label: "账号管理",
-          title: "账号管理",
+          label: "企微账号管理",
+          title: "企微账号管理",
           key: "/account/list",
         },
       },

+ 0 - 3
src/views/account/dialog/config.tsx

@@ -92,9 +92,6 @@ const ChatRoomConfig: React.FC<ChatRoomConfigProps> = ({ visible, onClose, uuid,
         );
       },
     },
-    {
-      title: '异常用户',
-    },
   ];
 
   const fetchChatRoomList = async (params: PaginationParams) => {