From 7bb0d406bdbd333f3e056339cd339ad04c29ae27 Mon Sep 17 00:00:00 2001 From: lewis_yan Date: Thu, 2 Apr 2026 10:15:44 +0800 Subject: [PATCH] feat(login): update site brand title to 'Procurement Inquiry System' --- web/src/config/brand.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/config/brand.ts b/web/src/config/brand.ts index 88cbe3e..9c345d9 100644 --- a/web/src/config/brand.ts +++ b/web/src/config/brand.ts @@ -1,2 +1,2 @@ /** 左上角 Logo、登录页主标题等品牌文案(不受布局配置本地缓存覆盖) */ -export const SITE_BRAND_TITLE = 'PIS'; +export const SITE_BRAND_TITLE = 'Procurement Inquiry System';