From a49460360ede4c6303fb08039f75fb783947fa7e Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期二, 12 三月 2024 16:05:48 +0800 Subject: [PATCH] # --- zy-asrs-flow/src/pages/map/components/settings.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zy-asrs-flow/src/pages/map/components/settings.jsx b/zy-asrs-flow/src/pages/map/components/settings.jsx index 755f609..377aaaf 100644 --- a/zy-asrs-flow/src/pages/map/components/settings.jsx +++ b/zy-asrs-flow/src/pages/map/components/settings.jsx @@ -80,11 +80,11 @@ tabList={[ { key: 'map', - tab: intl.formatMessage({id: 'map.settings.map.param', defaultMessage: '鍦板浘鍙傛暟'}) + tab: intl.formatMessage({ id: 'map.settings.map.param', defaultMessage: '鍦板浘鍙傛暟' }) }, { key: 'config', - tab: intl.formatMessage({id: 'map.settings.config.param', defaultMessage: '绯荤粺鍙傛暟'}) + tab: intl.formatMessage({ id: 'map.settings.config.param', defaultMessage: '绯荤粺鍙傛暟' }) }, ]} activeTabKey={activeTabKey} -- Gitblit v1.9.1