From 2730e419f67cedad999ddea7cb12451d1cc6a98f Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Wed, 27 Nov 2024 08:52:15 +0800
Subject: [PATCH] 卷帘
---
src/pages/layout/components/scomponents/toolList.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/pages/layout/components/scomponents/toolList.vue b/src/pages/layout/components/scomponents/toolList.vue
index 21ed06a..1c913d1 100644
--- a/src/pages/layout/components/scomponents/toolList.vue
+++ b/src/pages/layout/components/scomponents/toolList.vue
@@ -80,11 +80,11 @@
// icon: 'fa fa-level-up',
// title: '路线导航',
// },
- // {
- // icon: 'fa fa-columns',
- // title: '卷帘对比',
- // component: curtain
- // },
+ {
+ icon: 'fa fa-columns',
+ title: '卷帘对比',
+ component: curtain
+ },
// {
// icon: 'fa fa-window-restore',
// title: '分屏对比',
--
Gitblit v1.9.3