shaogen1995 1 miesiąc temu
rodzic
commit
8e601e9a37

+ 1 - 1
src/pages/System/index.tsx

@@ -35,7 +35,7 @@ export default function System() {
       },
       {
         id: 5,
-        name: '规管理',
+        name: '规管理',
         Com: React.lazy(() => import('../SystemSon/System5')),
         path: '/system/5'
       }

+ 1 - 1
src/pages/SystemSon/System5/index.tsx

@@ -6,7 +6,7 @@ function System5() {
     <div className={styles.System5}>
       <div className='breadTit'>
         <BreadTit>
-          <div className='breadTitRow active'>规管理</div>
+          <div className='breadTitRow active'>规管理</div>
         </BreadTit>
       </div>