From a806a54c13a832b423d9cf1dfbe510a32ee63b30 Mon Sep 17 00:00:00 2001
From: liu <2021943741@qq.com>
Date: 星期四, 03 九月 2026 16:26:57 +0800
Subject: [PATCH] fix(仓储物流): 修复条码配置“自动生成”开关切换报500

---
 src/packages/effects/common-ui/src/components/captcha/types.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/packages/effects/common-ui/src/components/captcha/types.ts b/src/packages/effects/common-ui/src/components/captcha/types.ts
index 3ebb061..05f7242 100644
--- a/src/packages/effects/common-ui/src/components/captcha/types.ts
+++ b/src/packages/effects/common-ui/src/components/captcha/types.ts
@@ -1,6 +1,6 @@
 import type { CSSProperties } from 'vue';
 
-import type { ClassType } from '..\..\..\..\..\types\src';
+import type { ClassType } from '../../../../../types/src';
 
 export interface CaptchaData {
   /**

--
Gitblit v1.9.3