Prechádzať zdrojové kódy

更新favicon图标

shaogen1995 3 rokov pred
rodič
commit
1a6d994193

BIN
houtai/public/favicon.ico


BIN
web/public/favicon.ico


+ 1 - 1
web/public/index.html

@@ -11,7 +11,7 @@
     <meta property="og:title" content="四维时代">
     <meta property="og:description" content="四维时代">
     <meta property="og:image:type" content="image/jpg">
-    <link rel="icon" type="image/png" sizes="32x32" href="images/icons/favicon.png" class="keep">
+    <link rel="icon" type="image/png" sizes="32x32" href="./favicon.ico" class="keep">
     <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/css/oldVer/main0.css"/>
     <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/css/main.css?v=2.25"/>
     <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/CAD/cad.css?v=2.25"/>

+ 4 - 1
web/src/views/gui/menu.vue

@@ -238,7 +238,7 @@
             "
             alt=""
           />
-          <p>{{ item.name }}</p>
+          <p :class="{ acTxt: meanInd === item.id }">{{ item.name }}</p>
         </div>
       </div>
       <div class="bottBtn">
@@ -475,6 +475,9 @@ export default {
         font-size: 18px;
         color: #fff6d2;
       }
+      .acTxt{
+        color: #cc946d;
+      }
     }
   }
   .bottBtn {

BIN
webM/public/favicon.ico


+ 1 - 1
webM/public/index.html

@@ -11,7 +11,7 @@
     <meta property="og:title" content="四维时代">
     <meta property="og:description" content="四维时代">
     <meta property="og:image:type" content="image/jpg">
-    <link rel="icon" type="image/png" sizes="32x32" href="images/icons/favicon.png" class="keep">
+    <link rel="icon" type="image/png" sizes="32x32" href="./favicon.ico" class="keep">
     <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/css/oldVer/main0.css"/>
     <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/css/main.css?v=2.25"/>
     <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/CAD/cad.css?v=2.25"/>

+ 2 - 2
webM/public/static/js/manage.js

@@ -1,8 +1,8 @@
   
 var g_ProjectName=window.location.pathname.substring(window.location.pathname.indexOf("/")+1,window.location.pathname.lastIndexOf("/"));
 // var g_Prefix="https://super.4dage.com/";
-// var g_Prefix="http://project.4dage.com:8017/";//有自己的大场景编辑后台的 - 线上场景调试
-var g_Prefix=window.origin+'/';//有自己的大场景编辑后台的 - 打包
+var g_Prefix="http://project.4dage.com:8017/";//有自己的大场景编辑后台的 - 线上场景调试
+// var g_Prefix=window.origin+'/';//有自己的大场景编辑后台的 - 打包
 // var g_Prefix=window.location.href.substring(0,window.location.href.indexOf("/index.html")+1);
 
 var s = window.location.href.split('/');