From bc74f4a11a88c594038ffaed55b682184c47985d Mon Sep 17 00:00:00 2001 From: xjs Date: Thu, 31 Jul 2025 11:09:02 +0800 Subject: [PATCH] feat: remove backbtn and create weixin adapter --- src/router/publicRoutes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",