From 3e2b8a90f8e1c23c4929702e01cd163ebdf15fe2 Mon Sep 17 00:00:00 2001 From: yangbo <1832064870@qq.com> Date: Tue, 14 Apr 2020 11:48:05 +0800 Subject: [PATCH] update --- client/src/pages/index/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/pages/index/index.tsx b/client/src/pages/index/index.tsx index c818f57..11d1e54 100644 --- a/client/src/pages/index/index.tsx +++ b/client/src/pages/index/index.tsx @@ -18,7 +18,7 @@ import { FeedsState } from 'pages/Feeds/model'; export const titles = { 0: '发现', - 1: '订阅号', + 1: '专栏', 2: '账户', 3: '我的' } @@ -156,7 +156,7 @@ export default function Layout() { fixed tabList={[ {text: "发现", iconPath: "home"}, - {text: "订阅号", iconPath: "RectangleCopy62"}, + {text: "专栏", iconPath: "RectangleCopy62"}, {text: "账户", iconPath: "RectangleCopy162"}, {text: "我的", iconPath: "RectangleCopy49"} ]}