a1140836302 2 anni fa
parent
commit
c74d24f9c9
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/router/index.js

+ 1 - 0
src/router/index.js

@@ -6,6 +6,7 @@ Vue.use(Router)
 import Layout from '@/layout'
 
 export const constantRoutes = [
+  { path: '/', redirect: '/power-change-monitoring'},
   {
     path: '/redirect',
     component: Layout,