From 4f9018f56220ed573e88e16b6acd546345307505 Mon Sep 17 00:00:00 2001 From: mixtan <424491071@qq.com> Date: Thu, 3 Jul 2025 11:04:38 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E4=BF=AE=E6=94=B9router=E8=B7=AF?= =?UTF-8?q?=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/routes.js b/src/utils/routes.js index 45ab076..6834801 100644 --- a/src/utils/routes.js +++ b/src/utils/routes.js @@ -33,7 +33,7 @@ export function convertRouter(asyncRoutes) { if (route.meta.title == '店铺' && route.name == 'Vab330') { const obj = { - path: '/goodsTool', + path: '/storeConf', component: '@/views/store/storeConf/index', name: 'Vab88001', redirect: null,