From 1332cf6247d5501bf078683a16ade93b6aba1164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B2=81=E8=AA=89=E7=A8=8B?= <2659568239@qq.com> Date: Wed, 6 Dec 2023 17:21:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .umirc.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.umirc.ts b/.umirc.ts index fda81e5..9bafcd3 100644 --- a/.umirc.ts +++ b/.umirc.ts @@ -4,11 +4,6 @@ import proxy from './config/proxy'; export default defineConfig({ proxy, - // locale: { - // default: 'zh-CN', - // baseSeparator: '-', - // baseNavigator: false - // }, hash: true, routes, npmClient: 'yarn',