From 55cc4c8bbbd66ce4b33fff8712d4c53e2080b5a0 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期一, 22 七月 2024 16:25:25 +0800
Subject: [PATCH] 提交

---
 src/views/homePage.vue                 |    2 +-
 src/layout/components/Sidebar/Logo.vue |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue
index f8239d1..9bdc255 100644
--- a/src/layout/components/Sidebar/Logo.vue
+++ b/src/layout/components/Sidebar/Logo.vue
@@ -1,11 +1,11 @@
 <template>
   <div class="sidebar-logo-container" :class="{ 'collapse': collapse }" :style="{ backgroundColor: sideTheme === 'theme-dark' ? variables.menuBackground : variables.menuLightBackground }">
     <transition name="sidebarLogoFade">
-      <router-link v-if="collapse" key="collapse" class="sidebar-logo-link" :to="firstPage">
+      <router-link v-if="collapse" key="collapse" class="sidebar-logo-link" to="/courseManage/course">
         <img v-if="logo" :src="logo" class="sidebar-logo" />
         <h1 v-else class="sidebar-title" :style="{ color: sideTheme === 'theme-dark' ? variables.logoTitleColor : variables.logoLightTitleColor }">{{ title }}</h1>
       </router-link>
-      <router-link v-else key="expand" class="sidebar-logo-link" :to="firstPage">
+      <router-link v-else key="expand" class="sidebar-logo-link" to="/courseManage/course">
         <img v-if="logo" :src="logo" class="sidebar-logo" />
         <h1 class="sidebar-title" :style="{ color: sideTheme === 'theme-dark' ? variables.logoTitleColor : variables.logoLightTitleColor }">{{ title }}</h1>
       </router-link>
diff --git a/src/views/homePage.vue b/src/views/homePage.vue
index ce8749e..bc56f08 100644
--- a/src/views/homePage.vue
+++ b/src/views/homePage.vue
@@ -3,7 +3,7 @@
     <div class="title">
       <div class="logo">
         <img class="pics2" :src="logoPng">
-        <span style="font-size: 40px;color: black">国科鸿宇</span>
+        <span style="font-size: 40px;color: black">国泰新华</span>
         <div style="width: 2px;height: 40px;background-color: #1C68A7;margin-top: 5px;margin-left: 15px;margin-right: 15px"></div>
         <span style="font-size: 28px;color: white">安全在线教育平台</span>
       </div>

--
Gitblit v1.9.2