Jelajahi Sumber

Merge remote-tracking branch 'gogs/master'

nahida 10 bulan lalu
induk
melakukan
939c33f36a
4 mengubah file dengan 5 tambahan dan 4 penghapusan
  1. 3 2
      index.html
  2. TEMPAT SAMPAH
      public/favicon.png
  3. TEMPAT SAMPAH
      src/assets/favicon.png
  4. 2 2
      src/layout/components/SilderArea.vue

+ 3 - 2
index.html

@@ -2,9 +2,10 @@
 <html lang="">
   <head>
     <meta charset="UTF-8">
-    <link rel="icon" href="/favicon.ico">
+    <link rel="icon" href="/favicon.png">
+
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <title>Vite App</title>
+    <title>资产信息管理系统</title>
   </head>
   <body>
     <div id="app"></div>

TEMPAT SAMPAH
public/favicon.png


TEMPAT SAMPAH
src/assets/favicon.png


+ 2 - 2
src/layout/components/SilderArea.vue

@@ -15,10 +15,10 @@ const activeIndex = ref(route.fullPath)
   <div class="h-full flex flex-col sider-area">
     <div class="flex items-center p-4 bg-el-menu-bg-color transition-all duration-300 logo-container">
       <div class="w-8 h-8 flex-shrink-0 logo">
-        <img src="@/assets/logo.svg" alt="Logo" class="w-full h-full object-contain logo-image" />
+        <img src="@/assets/favicon.png" alt="Logo" class="w-full h-full object-contain logo-image" />
       </div>
       <h1 v-show="!store.collapsed" class="ml-3 text-18px font-bold text-el-text-color-primary whitespace-nowrap overflow-hidden text-ellipsis system-title">
-        后台管理系统
+        资产信息管理系统
       </h1>
     </div>
     <el-menu