From 738e7eed69fe9cc00f4f97944b7cfe9a6fad092b Mon Sep 17 00:00:00 2001 From: "Ray.Hao" <1490493387@qq.com> Date: Mon, 31 Mar 2025 17:24:43 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20:hammer:=20=E6=B7=BB=E5=8A=A0=E6=8B=96?= =?UTF-8?q?=E6=8B=BD=E7=BB=84=E4=BB=B6=E5=92=8C=E6=BB=9A=E5=8A=A8=E6=96=87?= =?UTF-8?q?=E6=9C=AC=E6=BC=94=E7=A4=BA=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mock/menu.mock.ts | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/mock/menu.mock.ts b/mock/menu.mock.ts index 2f2550d1..02d72db0 100644 --- a/mock/menu.mock.ts +++ b/mock/menu.mock.ts @@ -388,6 +388,32 @@ export default defineMock([ params: null, }, }, + { + path: "drag", + component: "demo/drag", + name: "Drag", + meta: { + title: "拖拽组件", + icon: "", + hidden: false, + keepAlive: true, + alwaysShow: false, + params: null, + }, + }, + { + path: "text-scroll", + component: "demo/text-scroll", + name: "TextScroll", + meta: { + title: "滚动文本", + icon: "", + hidden: false, + keepAlive: true, + alwaysShow: false, + params: null, + }, + }, ], }, {