From a3393e77e09695c562a0b48fdd603a672fda50a2 Mon Sep 17 00:00:00 2001 From: pyt <626651354@qq.com> Date: 星期五, 13 六月 2025 09:15:40 +0800 Subject: [PATCH] fix --- culture/src/views/middleground/index.vue | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/culture/src/views/middleground/index.vue b/culture/src/views/middleground/index.vue index 6e9fd17..364c972 100644 --- a/culture/src/views/middleground/index.vue +++ b/culture/src/views/middleground/index.vue @@ -29,7 +29,7 @@ <!-- 日历 --> <div class="calendar-section"> <div class="title-canlender">日历</div> - <a-calendar @panelChange="onPanelChange" /> + <a-calendar @panelChange="onPanelChange"/> </div> <!-- 待办事项 --> @@ -66,8 +66,6 @@ <script> import { loginReq } from './service' import HeaderNav from '../../layouts/components/HeaderNav.vue' -// 引入 Element UI 的日历组件 -// import { ElCalendar } from 'element-ui'; export default { name: 'Login', components: { @@ -78,7 +76,6 @@ data() { return { windowWidth: window.innerWidth, - loginForm: { username: '', password: '' @@ -136,7 +133,7 @@ { text: '项目组管理', icon: require('../../assets/login/img5.png'), - path: '/projectList' + path: '/projectList/list' }, { text: '系统管理', -- Gitblit v1.7.1