feat: remove backbtn and create weixin adapter

master
xjs 2025-07-31 11:09:02 +08:00
parent f8d31917da
commit bc74f4a11a
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ export const publicRoutes: RouteRecordRaw[] = [
meta: { meta: {
title: "商品详情", title: "商品详情",
}, },
components: { default: () => import("../views/shop/productInfo.vue"), tabbar: () => import("../components/back-button/index.vue") }, components: { default: () => import("../views/shop/productInfo.vue") },
}, },
{ {
path: "/checkout", path: "/checkout",