shaogen1995 1 hónapja
szülő
commit
8e601e9a37
2 módosított fájl, 2 hozzáadás és 2 törlés
  1. 1 1
      src/pages/System/index.tsx
  2. 1 1
      src/pages/SystemSon/System5/index.tsx

+ 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>