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;