diff --git a/src/components/Guide/Guide.tsx b/src/components/Guide/Guide.tsx index 1b2cea69..7bb8252b 100644 --- a/src/components/Guide/Guide.tsx +++ b/src/components/Guide/Guide.tsx @@ -121,7 +121,11 @@ const Guide: React.FC = (props) => { active: { stroke: 'white', lineWidth: 1 }, }, tooltip: { - items: ['name', 'adcode', 'value'], + items: [ + {field:'name',alias:'行政区域名称'}, + {field:'adcode',alias:'行政区域编码'}, + {field:'value',alias:'点位数目统计值'} + ] }, zoom: { position: 'bottomright', diff --git a/src/pages/Register/index.js b/src/pages/Register/index.js index fc683625..a18506d7 100644 --- a/src/pages/Register/index.js +++ b/src/pages/Register/index.js @@ -149,7 +149,7 @@ function Register(e) { - + 前往登录