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',
component: () => import('@/views/ad/edit'), // Parent router-view
name: 'adEdit',
hidden: true,
meta: {
title: '广告编辑',
},