Explorar o código

feat(locale): disable layout locale

Lind %!s(int64=3) %!d(string=hai) anos
pai
achega
2bc92bf4a5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,
   },