From 55d98b5970ae55a84d532012ee40092c1de4cf1f Mon Sep 17 00:00:00 2001 From: zyronon Date: Fri, 8 Mar 2024 11:55:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/routes.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/router/routes.js b/src/router/routes.js index c528590..2cc9e00 100644 --- a/src/router/routes.js +++ b/src/router/routes.js @@ -67,8 +67,8 @@ import Uploader from "../pages/me/Uploader"; import GoodsDetail from "@/pages/shop/GoodsDetail.vue"; const routes = [ - {path: '/', redirect: '/attention'}, - // {path: '/', redirect: '/home'}, + // {path: '/', redirect: '/attention'}, + {path: '/', redirect: '/home'}, {path: '/test', component: Test}, {path: '/test4', component: Test4},