更新代码

This commit is contained in:
guaishoudemao
2021-02-06 16:42:26 +08:00
parent e623a7fac4
commit f408b4ff41
80 changed files with 3056 additions and 2156 deletions

View File

@@ -59,6 +59,16 @@ const maintainRouter = {
icon: 'clipboard'
},
hidden: true
},
{
path: 'picture',
name: 'picture',
component: () => import('@/views/maintain/picture'),
meta: {
title: '素材管理',
icon: 'clipboard'
},
hidden: false
}
]
}