From 0ce68379718b7c751b8a84aa4b28cbaf072e6c8f Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 24 六月 2026 18:05:53 +0800
Subject: [PATCH] 开发文档及规范
---
src/views/mp/components/wx-reply/types.ts | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/mp/components/wx-reply/types.ts b/src/views/mp/components/wx-reply/types.ts
index fc9030a..cfd7bd2 100644
--- a/src/views/mp/components/wx-reply/types.ts
+++ b/src/views/mp/components/wx-reply/types.ts
@@ -1,6 +1,6 @@
import type { Ref } from 'vue';
-import type { ReplyType } from '..\..\..\..\packages\constants\src';
+import type { ReplyType } from '../../../../packages/constants/src';
import { unref } from 'vue';
--
Gitblit v1.9.3