liuqiao преди 1 година
родител
ревизия
2a9638309a
променени са 5 файла, в които са добавени 6 реда и са изтрити 6 реда
  1. BIN
      public/favico.ico
  2. BIN
      public/favicon.ico
  3. 2 2
      public/index.html
  4. 4 2
      src/router/index.js
  5. 0 2
      src/view/components/MenuMine.vue

BIN
public/favico.ico


BIN
public/favicon.ico


+ 2 - 2
dist/index.html → public/index.html

@@ -2,9 +2,9 @@
 <html lang="en">
   <head>
     <meta charset="UTF-8" />
-    <link rel="icon" href="/assets/logo.png" />
+    <link rel="icon" href="<%= BASE_URL %>favico.ico">
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title></title>
+    <title>灾情软件</title>
     <script type="module" crossorigin src="./assets/index-85a53adb.js"></script>
     <link rel="stylesheet" href="./assets/index-2e9047a3.css">
   </head>

+ 4 - 2
src/router/index.js

@@ -14,6 +14,7 @@ const router = createRouter({
         },
         {
             path: '/configurator',
+            name:'模型库',
             component: configurator,// 这是路由的籁加载,也可以其他方式
             beforeEnter: (to, from,next) => {
                 console.log(to, from);
@@ -23,10 +24,11 @@ const router = createRouter({
         },
         {
             path: '/',
-            name:'appmian',
+            name:'首页',
             component: () => import('@/view/appmian.vue'),
             meta:{
-                keepAlive:true // 需要缓存
+                keepAlive:true, // 需要缓存
+                title: '首页'
             }
         },
         {

+ 0 - 2
src/view/components/MenuMine.vue

@@ -1328,8 +1328,6 @@ border-image: linear-gradient(180deg, rgba(31, 107, 255, 1), rgba(31, 107, 255,
     /* border-top: 1px solid;
     border-left: 1px solid;
     border-bottom: 1px solid;
-
- 
     border-radius: 0px 0px 0px 0px; */
 }