From 8f2468dc2a974040556fd0f49afb87df39401ff4 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期三, 06 八月 2025 17:10:12 +0800
Subject: [PATCH] fix: 字典
---
src/constants/enum.ts | 17 -----------------
1 files changed, 0 insertions(+), 17 deletions(-)
diff --git a/src/constants/enum.ts b/src/constants/enum.ts
index 6cc4c11..d0aa578 100644
--- a/src/constants/enum.ts
+++ b/src/constants/enum.ts
@@ -17,23 +17,6 @@
Town,
}
-// 鏁版嵁鍙鑼冨洿
-export enum DataRangeEnum {
- /**
- * 鍏ㄩ儴鏁版嵁
- */
- All = 100,
- /**
- * 涓汉鏁版嵁
- */
- Person = 10,
-}
-
-export const DataRangeEnumText = {
- [DataRangeEnum.All]: '鍏ㄩ儴鏁版嵁',
- [DataRangeEnum.Person]: '涓汉鏁版嵁',
-};
-
export enum AuthorizeType {
Role = 1,
User,
--
Gitblit v1.9.1