From 36b00e2ef3b079755b4e240ede283407974086a2 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 03 十二月 2025 17:53:05 +0800
Subject: [PATCH] feat: 页面
---
src/constants/app.ts | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/constants/app.ts b/src/constants/app.ts
index edcedd5..c3ab8d7 100644
--- a/src/constants/app.ts
+++ b/src/constants/app.ts
@@ -3,4 +3,5 @@
export const AppLocalConfig = {
userType: EnumUserType.Enterprise,
clientType: EnumClientType.PcWeb,
+ enterpriseType: EnumEnterpriseType.PartyA,
};
--
Gitblit v1.9.1