Sfoglia il codice sorgente

Update SiderBar.js

wxDadadada 2 anni fa
parent
commit
51f7ad5de2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      web/src/components/SiderBar.js

+ 1 - 1
web/src/components/SiderBar.js

@@ -83,7 +83,7 @@ const SiderBar = () => {
             icon: <IconHistogram/>
         },
         {
-            text: '数据看',
+            text: '数据看',
             itemKey: 'detail',
             to: '/detail',
             icon: <IconCalendarClock />,