From d328bd467ffcb660e81d546a0b242e39320acb6d Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期四, 05 六月 2025 09:53:30 +0800 Subject: [PATCH] 系统名称调整、登录页调整、项目新增发起依据 --- src/layout/components/Navbar.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 1155780..d2e2f05 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -2,9 +2,12 @@ <div class="navbar"> <div class="ruoyi-logo"> <img src="@/assets/logo/logo.png" alt="" /> - <span>灏勬椽鏅烘収椤圭洰绠$悊绯荤粺</span> + <span>鍐滄姇椤圭洰绠$悊绯荤粺</span> </div> <div class="right-menu flex align-center"> + <div style="color: rgb(49,48,48);margin-right: 30px;font-size: 16px"> + <span style="padding-bottom: 4px;letter-spacing: 1px;border-bottom: 1px solid #fa926d;min-width: 100px">{{this.$store.state.user.deptName}}</span> + </div> <template> <search-menu ref="searchMenuRef" /> <el-tooltip content="鎼滅储" effect="dark" placement="bottom"> -- Gitblit v1.8.0