diff --git a/src/router/publicRoutes.ts b/src/router/publicRoutes.ts index 9d4245a..811c4ad 100644 --- a/src/router/publicRoutes.ts +++ b/src/router/publicRoutes.ts @@ -56,7 +56,7 @@ export const publicRoutes: RouteRecordRaw[] = [ meta: { title: "商品详情", }, - components: { default: () => import("../views/shop/productInfo.vue"), tabbar: () => import("../components/back-button/index.vue") }, + components: { default: () => import("../views/shop/productInfo.vue") }, }, { path: "/checkout",