From 5ef74bc2d65776e1ef1933d30b8a59b8cd18a8c2 Mon Sep 17 00:00:00 2001
From: zhangjq <z16372660229@163.com>
Date: 星期一, 02 三月 2026 18:58:36 +0800
Subject: [PATCH] 修改系统标题和logo为仁软GEO业务管理系统

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

diff --git a/src/components/Application/src/AppLogo.vue b/src/components/Application/src/AppLogo.vue
index f962a29..2fc1a0e 100644
--- a/src/components/Application/src/AppLogo.vue
+++ b/src/components/Application/src/AppLogo.vue
@@ -4,7 +4,7 @@
 -->
 <template>
   <div class="anticon" :class="getAppLogoClass" @click="goHome">
-    <img src="../../../assets/images/logo.png" />
+    <img src="../../../assets/images/logo9.png" />
     <!-- <div class="ml-2 truncate md:opacity-100" :class="getTitleClass" v-show="showTitle">
       {{ shortTitle }}
     </div> -->

--
Gitblit v1.8.0