From 13b7dc13c1484d3d0896877e6256f42513811123 Mon Sep 17 00:00:00 2001 From: Mark Harris Date: Mon, 19 Jun 2023 11:40:00 -0400 Subject: [PATCH] fixed merge issue --- src/router/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 9fa4a1d00..27222ab08 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -30,12 +30,12 @@ import { applicationConfig } from "../constants/application-config"; import review from "@/layouts/review/review"; const routes = [ - { - }, { path: "/review", // This is a temporary route for testing. name: "review", component: review, + }, + { path: "/", name: "root", async beforeEnter(to, from, next) {