From efb39fe52a9829815bb0b82fb5b920cd3b552c2f Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期二, 14 十月 2025 15:12:34 +0800
Subject: [PATCH] fix: 修改投保方式

---
 src/views/Home/constants/index.ts |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/views/Home/constants/index.ts b/src/views/Home/constants/index.ts
index d46d36a..4c848ac 100644
--- a/src/views/Home/constants/index.ts
+++ b/src/views/Home/constants/index.ts
@@ -212,3 +212,8 @@
     name: '鏀粯鏃ユ湡',
   },
 ]);
+
+export enum InsureLineMode {
+  OnLine = 10,
+  OffLine = 20,
+}

--
Gitblit v1.9.1