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 @@ - - - - - - -