From af834172c7ea85c5cb2f9c53e0d21b46b51c6fe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=AE=BF=E6=98=95?= Date: Mon, 28 Dec 2020 14:15:32 +0800 Subject: [PATCH] product+id --- src/router/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/index.js b/src/router/index.js index 4e793c3..1d2432e 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -323,7 +323,7 @@ export default new Router({ component: () => import("@/pages/service_shop/shop_list-new"), }, { - path: "/shop/products_list/", // 应用商店列表页 + path: "/shop/products_list/:id", // 应用商店列表页 name: "shopAppStoreList", component: () => import("@/pages/service_shop/shop_list-new"), }, -- 2.26.0