Browse Source

feat(locale): disable layout locale

Lind 3 năm trước cách đây
mục cha
commit
2bc92bf4a5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      config/config.ts

+ 1 - 1
config/config.ts

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