소스 검색

调整配置模块一级分类的id组成,要求不能使用短线,短线的使用会导致解析问题,这样可以在配置modal中正常导航到任何一个二级模块的页面了

dengdx 1 주 전
부모
커밋
a67e9621c9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/system/SettingsModal/config.tsx

+ 1 - 1
src/pages/system/SettingsModal/config.tsx

@@ -37,7 +37,7 @@ import * as Statistics from './sections/Statistics';
  */
 export const settingsConfig: SettingsCategory[] = [
   {
-    id: 'system-home',
+    id: 'system_home',
     title: '系统之家',
     icon: <HomeOutlined />,
     sections: [