소스 검색

feat(locale): disable layout locale

Lind 3 년 전
부모
커밋
2bc92bf4a5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      config/config.ts

+ 1 - 1
config/config.ts

@@ -21,7 +21,7 @@ export default defineConfig({
   },
   layout: {
     // https://umijs.org/zh-CN/plugins/plugin-layout
-    locale: true,
+    locale: false,
     siderWidth: 208,
     ...defaultSettings,
   },