From 25f7a02df424eb4b8f12534d9a94484abb3bcfb4 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期四, 25 九月 2025 16:28:43 +0800 Subject: [PATCH] feat: 页面 --- src/constants/enterprise.ts | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/constants/enterprise.ts b/src/constants/enterprise.ts index efc3d0b..f12b706 100644 --- a/src/constants/enterprise.ts +++ b/src/constants/enterprise.ts @@ -20,10 +20,10 @@ * 鐭俊閫氶亾閰嶇疆 */ ShortMessage = 4, - // /** - // * 寰俊鏀粯閰嶇疆 - // */ - // Wechat = 5, + /** + * 寰俊鏀粯閰嶇疆 + */ + Wechat = 5, } export const EnterpriseConfigureTypeText = { @@ -31,7 +31,7 @@ [EnterpriseConfigureType.AliPay]: '鏀粯瀹濋厤缃�', [EnterpriseConfigureType.Electronic]: '鐢靛瓙绛鹃厤缃�', [EnterpriseConfigureType.ShortMessage]: '鐭俊閫氶亾閰嶇疆', - // [EnterpriseConfigureType.Wechat]: '寰俊鏀粯閰嶇疆', + [EnterpriseConfigureType.Wechat]: '寰俊鏀粯閰嶇疆', }; export enum VerifyStatus { -- Gitblit v1.9.1