From 4cf7ae234a215daa8dbb08b797c4827ad8c300f0 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Tue, 18 Nov 2025 14:08:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=96=E7=A7=9F=E8=A3=85=E5=A4=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 33 ++++++++++++++++++---------- src/views/user/rent-manage/index.vue | 1 + 2 files changed, 23 insertions(+), 11 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index 2b87058..04e4340 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -285,6 +285,17 @@ const routes: Array = [ isLogin: true, }, }, + { + path: '/rent-manage', + name: 'rent-manage', + component: () => import('views/user/rent-manage/index.vue'), + meta: { + title: '外租装备管理', + keepAlive: true, + AuthFlag: false, + isLogin: true, + }, + }, // 个人中心 { @@ -398,17 +409,17 @@ const routes: Array = [ isLogin: true, }, }, - { - path: '/rent-manage', - name: 'rent-manage', - component: () => import('views/user/rent-manage/index.vue'), - meta: { - title: '自有装备管理', - keepAlive: true, - AuthFlag: false, - isLogin: true, - }, - }, + // { + // path: '/rent-manage', + // name: 'rent-manage', + // component: () => import('views/user/rent-manage/index.vue'), + // meta: { + // title: '自有装备管理', + // keepAlive: true, + // AuthFlag: false, + // isLogin: true, + // }, + // }, { path: '/quickMessage', name: 'quickMessage', diff --git a/src/views/user/rent-manage/index.vue b/src/views/user/rent-manage/index.vue index 9c44bcc..99a5fa9 100644 --- a/src/views/user/rent-manage/index.vue +++ b/src/views/user/rent-manage/index.vue @@ -506,6 +506,7 @@ onMounted(() => { } } .app-container-content { + padding: 20px; :deep(.el-dialog) { display: flex !important; flex-direction: column !important;