feat: remove backbtn and create weixin adapter
parent
f8d31917da
commit
bc74f4a11a
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue