From 4f0a665d8b0078defa95c6557ed46c681ca29fc6 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期四, 11 九月 2025 17:38:04 +0800 Subject: [PATCH] feat: 页面 --- src/constants/enum.ts | 19 ++----------------- 1 files changed, 2 insertions(+), 17 deletions(-) diff --git a/src/constants/enum.ts b/src/constants/enum.ts index 6cc4c11..40df1fa 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, @@ -59,3 +42,5 @@ [Gender.Male]: '鐢�', [Gender.Female]: '濂�', }; + +export const TempFolderPath = 'https://parkmanagement.oss-cn-hangzhou.aliyuncs.com/FlexJob/Admin'; -- Gitblit v1.9.1