From 27e7433ccf8adae78c7adb2bf7b578a7ae64174e Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期四, 23 十月 2025 13:24:29 +0800
Subject: [PATCH] fix: bug

---
 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