From fcd437e0a08aa0aeec4cf3d8b4ed3d2e94e0bae5 Mon Sep 17 00:00:00 2001 From: Wangxin Date: Wed, 29 Oct 2025 23:45:46 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90web=E3=80=91=20=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E8=AE=BE=E5=A4=87=E7=8A=B6=E6=80=81=E7=9B=91=E6=8E=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ALOps_sys_fe/alops-ui/src/router/index.js | 2 +- ALOps_sys_fe/alops-ui/src/views/index.vue | 771 +++++++++++----------- 2 files changed, 388 insertions(+), 385 deletions(-) diff --git a/ALOps_sys_fe/alops-ui/src/router/index.js b/ALOps_sys_fe/alops-ui/src/router/index.js index e37394a6..4c2cee88 100644 --- a/ALOps_sys_fe/alops-ui/src/router/index.js +++ b/ALOps_sys_fe/alops-ui/src/router/index.js @@ -70,7 +70,7 @@ export const constantRoutes = [ path: 'index', component: () => import('@/views/index'), name: 'Index', - meta: { title: '首页', icon: 'dashboard', affix: true, fullscreen: true } + meta: { title: '首页', icon: 'dashboard' } } ] }, diff --git a/ALOps_sys_fe/alops-ui/src/views/index.vue b/ALOps_sys_fe/alops-ui/src/views/index.vue index 7a379bb5..b1a2cda1 100644 --- a/ALOps_sys_fe/alops-ui/src/views/index.vue +++ b/ALOps_sys_fe/alops-ui/src/views/index.vue @@ -1,5 +1,5 @@ -