Commit d9ca8598 by chenyu

update: update

parent 7210ad02
......@@ -151,6 +151,12 @@ var constantRouterMap = [{
title: '会员标签'
}
}, {
path: '/member-achievement',
component: (0, _import2["default"])('achievement', 'achievement'),
meta: {
title: '会员成就'
}
}, {
path: '/achievement',
component: (0, _import2["default"])('achievement', 'achievement'),
meta: {
......
......@@ -140,6 +140,13 @@ export const constantRouterMap = [
},
},
{
path: '/member-achievement',
component: _import('achievement', 'achievement'),
meta: {
title: '会员成就',
},
},
{
path: '/achievement',
component: _import('achievement', 'achievement'),
meta: {
......
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