From 4fcf766a0e293ed8163b981d0766f80eb9c84a2a Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期一, 24 三月 2025 16:44:43 +0800
Subject: [PATCH] 上片、掰片、卧式缓存、磨边、大理片笼、钢化、系统管理模块,控制台报错问题

---
 UI-Project/src/layout/MainErpView.vue |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/UI-Project/src/layout/MainErpView.vue b/UI-Project/src/layout/MainErpView.vue
index ce2f952..f4d3163 100644
--- a/UI-Project/src/layout/MainErpView.vue
+++ b/UI-Project/src/layout/MainErpView.vue
@@ -20,7 +20,6 @@
 const userStore = useUserInfoStore()
 // const user = userStore.user.userName
 let userInfoStr = window.localStorage.getItem('userInfo')
-console.log(userInfoStr);
 // const userInfoStr = localStorage.getItem('userInfo');  
 // let userInfo = userInfoStr.user.token;  
 let token = userInfo; // 鎻愬彇 token  
@@ -118,7 +117,6 @@
 request.get('/loadGlass/sys/menu/getMenuTree').then((res) => {
   if (res.code == 200) {
     menuList = res.data
-    console.log(language.value)
     // translateMenu(menuList.value, language.value); 
       if (language.value === 'en') {
         replaceChineseWithRussian(menuList);
@@ -177,7 +175,7 @@
           <img src="../assets/northGlass.ico"
                alt=""  @click="toggleCollapse"
                style="max-width: 100%;max-height: 100%">
-          <h3 style="margin: 1rem  ;font-weight: bold;width: 33vw;"> {{ $t('main.titleFirst') }}{{ userName }}{{ $t('main.titleLast') }}</h3>
+          <h3 style="margin: 1rem;font-weight: bold;width: 33vw;"> {{ $t('main.titleFirst') }}{{ userName }}{{ $t('main.titleLast') }}</h3>
           <span style="height: 70%;width: 78vw;margin-top: 1rem;">
             <!-- <el-button class="sys-quit"
                        @click="quit"

--
Gitblit v1.8.0