Browse Source

fix:登录页调整备案换成LOGO

liziliang 4 days ago
parent
commit
202674dca5
2 changed files with 9856 additions and 1 deletions
  1. 9851 0
      src/assets/icons/pdm-logo.svg
  2. 5 1
      src/views/login/index.vue

File diff suppressed because it is too large
+ 9851 - 0
src/assets/icons/pdm-logo.svg


+ 5 - 1
src/views/login/index.vue

@@ -141,7 +141,11 @@
 
 
     <!-- ICP备案 -->
     <!-- ICP备案 -->
     <div v-show="icpVisible" class="absolute bottom-1 text-[10px] text-center">
     <div v-show="icpVisible" class="absolute bottom-1 text-[10px] text-center">
-      <p>Copyright © 2022-2025 jgai.com All Rights Reserved.</p>
+      <svg-icon
+        icon-class="pdm-logo"
+        size="80"
+        style="height: 80px; width: 150px"
+      />
     </div>
     </div>
   </div>
   </div>
 </template>
 </template>