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},