From a2d490cc8d10e7b4cedb23919f088bf67a6dc20e Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 16 十月 2025 17:05:30 +0800
Subject: [PATCH] fix: s
---
 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