diff --git a/src/pages/log/index.tsx b/src/pages/log/index.tsx
index f5865ddb..bd069024 100644
--- a/src/pages/log/index.tsx
+++ b/src/pages/log/index.tsx
@@ -128,7 +128,7 @@ const Log = ({ headerStyle, isPhone, theme }: any) => {
value={select}
dropdownStyle={{ maxHeight: 400, overflow: 'auto' }}
treeData={data}
- placeholder="请选择日志文件"
+ placeholder="请选择日志"
showSearch
onSelect={onSelect}
/>,
@@ -147,6 +147,8 @@ const Log = ({ headerStyle, isPhone, theme }: any) => {