From b3143854ced348dca356a5a846483c1c76dce45f Mon Sep 17 00:00:00 2001 From: LCJ-MinYa <1049468118@qq.com> Date: Fri, 8 Aug 2025 15:19:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=98=BB=E6=AD=A2=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=89=80=E6=9C=89=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/modules/demo.ts | 4 + src/views/demo/blockAllAction/index.vue | 238 ++++++++++++++++++++++++ 2 files changed, 242 insertions(+) create mode 100644 src/views/demo/blockAllAction/index.vue diff --git a/src/router/modules/demo.ts b/src/router/modules/demo.ts index b2157a1..78e54b9 100644 --- a/src/router/modules/demo.ts +++ b/src/router/modules/demo.ts @@ -110,6 +110,10 @@ const titleArr = [ key: 'thirdCompWrap', title: '第三方组件二次封装slot传递', }, + { + key: 'blockAllAction', + title: '阻止页面所有操作', + }, ]; // @/views/demo/**/*.vue diff --git a/src/views/demo/blockAllAction/index.vue b/src/views/demo/blockAllAction/index.vue new file mode 100644 index 0000000..297623b --- /dev/null +++ b/src/views/demo/blockAllAction/index.vue @@ -0,0 +1,238 @@ + + + + +