This commit is contained in:
yulixing 2019-10-11 14:31:47 +08:00
parent 0cefd31940
commit 5780fcc631

View File

@ -22,7 +22,6 @@ const adRouter = {
path: 'edit', path: 'edit',
component: () => import('@/views/ad/edit'), // Parent router-view component: () => import('@/views/ad/edit'), // Parent router-view
name: 'adEdit', name: 'adEdit',
hidden: true,
meta: { meta: {
title: '广告编辑', title: '广告编辑',
}, },