From c815ab3396060b7d79def4f2e275975852b48cdd Mon Sep 17 00:00:00 2001 From: cll <931958862@qq.com> Date: Sat, 23 Aug 2025 09:23:13 +0800 Subject: [PATCH] fix:hash build --- .gitignore | 3 ++- .umirc.ts | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0086464..3ca70fc 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,5 @@ /.mfsu .swc /package-lock.json -/yarn.lock \ No newline at end of file +/yarn.lock +*.yaml diff --git a/.umirc.ts b/.umirc.ts index 8c2f471..b2c4aa7 100644 --- a/.umirc.ts +++ b/.umirc.ts @@ -6,6 +6,7 @@ const UMI_APP_API_URL = isDev : 'https://api.yoone.ca'; export default defineConfig({ + hash: true, antd: {}, access: {}, model: {},