wyling пре 3 година
родитељ
комит
604b13f668
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      src/route/index.ts

+ 2 - 1
src/route/index.ts

@@ -60,7 +60,8 @@ const router = createRouter({
   routes: [
     {
       path: "/",
-      redirect: "/login",
+      // redirect: "/login",
+      component:()=>import('@/views/login/index.vue')
     },
     ...aotuRoutes,
   ],