From 0231109223d2ab5995d0d6e721ef4ea1ad8cccfd Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期五, 14 二月 2025 09:13:57 +0800 Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/flexJobMiniApp --- packages/constants/dic.ts | 25 ------------------------- 1 files changed, 0 insertions(+), 25 deletions(-) diff --git a/packages/constants/dic.ts b/packages/constants/dic.ts index 889b708..3bda434 100644 --- a/packages/constants/dic.ts +++ b/packages/constants/dic.ts @@ -80,22 +80,6 @@ [IndustryCategoryType.IndustryInformation]: '琛屼笟璧勮', }; -export enum ProductInfoCategoryType { - /** - * 浜у搧绫诲埆 - */ - ProductCategory = 0, - /** - * 璧勮绫诲埆 - */ - InformationCategory = 1, -} - -export const ProductInfoCategoryTypeText = { - [ProductInfoCategoryType.ProductCategory]: '浜у搧绫诲埆', - [ProductInfoCategoryType.InformationCategory]: '璧勮绫诲埆', -}; - export enum TagType { /** * 浜у搧鏍囩 @@ -114,15 +98,6 @@ */ QuickEvaluateTag, } - -export const ProductInfoTagTypeText = { - [TagType.ProductTag]: '浜у搧鏍囩', - [TagType.InformationTag]: '璧勮鏍囩', -}; - -export const ProductQuickEvaluateTypeText = { - [TagType.ProductTag]: '浜у搧蹇嵎璇勪环', -}; export enum UpLevel { /** -- Gitblit v1.9.1