فهرست منبع

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,
   },