瀏覽代碼

feat(locale): disable layout locale

Lind 4 年之前
父節點
當前提交
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,
   },