From 63fce2b793451ee340b7a0f6e0d6ce6c2d470dd0 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 21 七月 2022 17:10:22 +0800
Subject: [PATCH] 1.优化代码,2.完成工序缺陷页面3.模板下载功能

---
 src/layout/components/Navbar.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue
index afd5cae..9189fda 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) => {

--
Gitblit v1.9.3