Commit 6262cf0e authored by 华国豪's avatar 华国豪 🙄

no message

parent 504e2d16
...@@ -4,8 +4,7 @@ export default { ...@@ -4,8 +4,7 @@ export default {
routes: [{ routes: [{
path: '/', path: '/',
name: 'login', name: 'login',
component: login component: login
}, },
{ {
path: '/login', path: '/login',
...@@ -3066,6 +3065,14 @@ export default { ...@@ -3066,6 +3065,14 @@ export default {
title: '会员等级' title: '会员等级'
} }
}, },
{
path: '/MemberPrivilege',
name: 'MemberPrivilege',
component: resolve => require(['@/components/activity/MemberPrivilege'], resolve),
meta: {
title: '会员特权'
}
},
] ]
}, },
{ {
......
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