wangtao 2 anni fa
parent
commit
662713c27f
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      public/index.html
  2. 1 1
      src/layout/components/Navbar.vue

+ 1 - 1
public/index.html

@@ -6,7 +6,7 @@
     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
     <meta name="renderer" content="webkit">
     <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
-    <link rel="icon" href="/favicon.png">
+    <link rel="icon" href="/dxtopweb/favicon.png">
     <title>
         <%= webpackConfig.name %>
     </title>

+ 1 - 1
src/layout/components/Navbar.vue

@@ -121,7 +121,7 @@ export default {
         type: 'warning'
       }).then(() => {
         this.$store.dispatch('LogOut').then(() => {
-          location.href = '/';
+          location.href = '/dxtopweb/#/';
         })
       }).catch(() => {});
     }