Commit 52464edc authored by yaya's avatar yaya

feat:隐藏会员收藏页面

parent 842aefe8
...@@ -100,7 +100,7 @@ export const asyncRouterMap = [ ...@@ -100,7 +100,7 @@ export const asyncRouterMap = [
noCache: true noCache: true
} }
}, },
{ /* {
path: 'collect', path: 'collect',
component: () => import('@/views/user/collect'), component: () => import('@/views/user/collect'),
name: 'collect', name: 'collect',
...@@ -110,7 +110,7 @@ export const asyncRouterMap = [ ...@@ -110,7 +110,7 @@ export const asyncRouterMap = [
icon: 'star', icon: 'star',
noCache: true noCache: true
} }
}, },*/
{ {
path: 'footprint', path: 'footprint',
component: () => import('@/views/user/footprint'), component: () => import('@/views/user/footprint'),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment