a1140836302 пре 2 година
родитељ
комит
c74d24f9c9
1 измењених фајлова са 1 додато и 0 уклоњено
  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,