From 670f0f075fc5ec2adcbfd4c01c42025400b31778 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Fri, 26 Sep 2025 10:11:02 +0800 Subject: [PATCH] =?UTF-8?q?feat(layout):=20=E7=A7=BB=E9=99=A4=E5=A4=B4?= =?UTF-8?q?=E9=83=A8=E5=B7=A5=E5=85=B7=E6=A0=8F=E4=B8=AD=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E7=9A=84=E5=9B=BE=E6=A0=87=E5=92=8C=E5=8A=9F=E8=83=BD-=20?= =?UTF-8?q?=E5=88=A0=E9=99=A4=20header-tools.vue=20=E4=B8=AD=E6=9C=AA?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E7=9A=84=20MoreOutlined=20=E5=9B=BE=E6=A0=87?= =?UTF-8?q?-=20=E7=A7=BB=E9=99=A4=E4=BA=8C=E7=BB=B4=E7=A0=81=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E7=9B=B8=E5=85=B3=E5=8A=9F=E8=83=BD=E4=BB=A3=E7=A0=81?= =?UTF-8?q?-=20=E6=B3=A8=E9=87=8A=E6=8E=89=E4=B8=BB=E9=A2=98=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E6=8A=BD=E5=B1=89=E7=9A=84=E6=89=93=E5=BC=80=E6=96=B9?= =?UTF-8?q?=E6=B3=95feat(cms):=20=E6=9B=B4=E6=96=B0=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E8=A1=A8=E5=8D=95=E5=AD=97=E6=AE=B5=E6=A0=87?= =?UTF-8?q?=E7=AD=BE-=20=E5=B0=86=E5=8E=9F=20css=E6=A0=B7=E5=BC=8F=20?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E6=A0=87=E7=AD=BE=E6=9B=B4=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=20code-=E4=BF=9D=E7=95=99=20style=20=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E5=B9=B6=E6=9B=B4=E6=96=B0=E5=85=B6=E5=8D=A0=E4=BD=8D=E7=AC=A6?= =?UTF-8?q?=E6=96=87=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit feat(demo): 移除海报演示页面组件 - 删除 PosterDemo 组件及其相关模板和逻辑 - 移除分销海报设置功能的演示入口 --- src/layout/components/header-tools.vue | 11 ++--- .../components/navigation-edit.vue | 12 ++++- src/views/demo/poster/index.vue | 45 ------------------- 3 files changed, 13 insertions(+), 55 deletions(-) delete mode 100644 src/views/demo/poster/index.vue diff --git a/src/layout/components/header-tools.vue b/src/layout/components/header-tools.vue index 997eed4..2deb124 100644 --- a/src/layout/components/header-tools.vue +++ b/src/layout/components/header-tools.vue @@ -138,7 +138,6 @@ import { DownOutlined, ExclamationCircleOutlined, FullscreenOutlined, - MoreOutlined, FullscreenExitOutlined } from '@ant-design/icons-vue'; import {storeToRefs} from 'pinia'; @@ -216,18 +215,14 @@ const onUserDropClick = ({key}) => { } }; -const onQrCode = () => { - showQrcode.value = true; -} - const hideShare = () => { showQrcode.value = false; } /* 打开主题设置抽屉 */ -const openSetting = () => { - settingVisible.value = true; -}; +// const openSetting = () => { +// settingVisible.value = true; +// }; /* 切换全屏 */ const toggleFullscreen = () => { diff --git a/src/views/cms/cmsNavigation/components/navigation-edit.vue b/src/views/cms/cmsNavigation/components/navigation-edit.vue index 918eac8..6fe9665 100644 --- a/src/views/cms/cmsNavigation/components/navigation-edit.vue +++ b/src/views/cms/cmsNavigation/components/navigation-edit.vue @@ -85,10 +85,18 @@ @pressEnter="save" /> - + + + + diff --git a/src/views/demo/poster/index.vue b/src/views/demo/poster/index.vue deleted file mode 100644 index 7caa627..0000000 --- a/src/views/demo/poster/index.vue +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - -