浏览代码

logo隐藏

duy 3 周之前
父节点
当前提交
d9689346d9
共有 6 个文件被更改,包括 15 次插入9 次删除
  1. 7 7
      index.html
  2. 1 0
      package.json
  3. 二进制
      public/favicon.ico
  4. 1 1
      public/version.json
  5. 1 1
      src/views/login/index.vue
  6. 5 0
      yarn.lock

+ 7 - 7
index.html

@@ -1,17 +1,17 @@
 <!DOCTYPE html>
 <html lang="zh">
     <head>
-        <meta charset="UTF-8"/>
-        <link rel="icon" href="/favicon.ico"/>
+        <meta charset="UTF-8" />
+    
         <meta http-equiv="Cache-control" content="no-cache">
         <meta http-equiv="Expires" content="-1">
         <meta http-equiv="X-UA-Compatible" content="requiresActiveX=true" />
-        <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
         <link rel="stylesheet" href="/plugins/css/loading.css">
-        <link rel="stylesheet" href="/plugins/element-plus/index.css"/>
-        <link rel="stylesheet" href="/plugins/element-plus/theme-chalk/dark/css-vars.css"/>
-        <link rel="stylesheet" href="/plugins/remixicon/remixicon.css"/>
-        <link rel="stylesheet" href="/plugins/fonts/index.css"/>
+        <link rel="stylesheet" href="/plugins/element-plus/index.css" />
+        <link rel="stylesheet" href="/plugins/element-plus/theme-chalk/dark/css-vars.css" />
+        <link rel="stylesheet" href="/plugins/remixicon/remixicon.css" />
+        <link rel="stylesheet" href="/plugins/fonts/index.css" />
         <title></title>
     </head>
     <body>

+ 1 - 0
package.json

@@ -32,6 +32,7 @@
         "js-web-screen-shot": "^1.9.9-rc.21",
         "nprogress": "^0.2.0",
         "pinia": "^2.2.6",
+        "pinyin-pro": "^3.26.0",
         "split.js": "^1.6.5",
         "vue": "3.5.12",
         "vue-router": "^4.4.5",

二进制
public/favicon.ico


+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20241223114615"
+  "value": "20250218110816"
 }

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

@@ -1,7 +1,7 @@
 <template>
     <div class="login-body">
         <a v-if="appLogoIcon" class="left-logo" href="http://hczc.hcxxy.com/" target="_blank">
-            <img id="logo-icon" alt="" :src="appLogoIcon">
+            <!-- <img id="logo-icon" alt="" :src="appLogoIcon"> -->
             <img id="logo-name" alt="" :src="appLogoName">
         </a>
         <div class="left-pic-container">

+ 5 - 0
yarn.lock

@@ -2643,6 +2643,11 @@ pinia@^2.2.6:
     "@vue/devtools-api" "^6.6.3"
     vue-demi "^0.14.10"
 
+pinyin-pro@^3.26.0:
+  version "3.26.0"
+  resolved "http://39.108.216.210:9000/pinyin-pro/-/pinyin-pro-3.26.0.tgz#9e3b8a9f848263b81552d56e9319f520f7709ad6"
+  integrity sha512-HcBZZb0pvm0/JkPhZHWA5Hqp2cWHXrrW/WrV+OtaYYM+kf35ffvZppIUuGmyuQ7gDr1JDJKMkbEE+GN0wfMoGg==
+
 pkg-types@^1.0.3, pkg-types@^1.1.1:
   version "1.1.3"
   resolved "http://39.108.216.210:9000/pkg-types/-/pkg-types-1.1.3.tgz#161bb1242b21daf7795036803f28e30222e476e3"