From 8ddce4804fcc5c71793b6328bb8601e33fad8a66 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 12 八月 2022 10:58:03 +0800
Subject: [PATCH] 1.修改看板标题名称2.缺陷定义导入
---
src/layout/components/Navbar.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue
index afd5cae..2d8ec41 100644
--- a/src/layout/components/Navbar.vue
+++ b/src/layout/components/Navbar.vue
@@ -89,7 +89,7 @@
},
created() {
this.usercode = getCookie('navTabId')
- this.username = getCookie('admin')
+ this.username = getCookie('username')
},
data() {
const validatePassword = (rule, value, callback) => {
@@ -172,6 +172,8 @@
background: #fff;
box-shadow: 0 1px 4px rgba(0, 21, 41, .08);
+ //background-color: #f8f8fa;
+
.hamburger-container {
line-height: 46px;
height: 100%;
--
Gitblit v1.9.3