Commit 25242c04 authored by 黄奎's avatar 黄奎

配置文件修改

parent 18c07a9d
......@@ -3974,6 +3974,22 @@ export default {
title: '代购商品列表'
}
},
{
path: '/AdManageList',
name: 'AdManageList',
component: resolve => require(['@/components/Buying/AdManageList'], resolve),
meta: {
title: '首页广告管理'
}
},
{
path: '/GuestAccountList',
name: 'GuestAccountList',
component: resolve => require(['@/components/Buying/GuestAccountList'], resolve),
meta: {
title: '账户管理'
}
},
{
path: '/IntegralMall',
name: 'IntegralMall',
......
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