From bda86d9de6fb310fc995ec751a41a62832f9f210 Mon Sep 17 00:00:00 2001 From: zhangzhen <525765282@qq.com> Date: Tue, 27 May 2025 13:52:12 +0800 Subject: [PATCH] 自定义浏览器页签名称; --- .umirc.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.umirc.ts b/.umirc.ts index 16c950f..c74d5a7 100644 --- a/.umirc.ts +++ b/.umirc.ts @@ -19,7 +19,7 @@ export default defineConfig({ routes: [{ path: "*" }], }, ], - + title: "小羚羊EBC前台业务系统", npmClient: "pnpm", dva: {}, icons: { -- libgit2 0.22.2