feat: 完成 #2 布局组件开发与移动端适配
This commit is contained in:
@@ -61,6 +61,12 @@ const routes = [
|
||||
component: () => import('../views/expiry/index.vue'),
|
||||
meta: { title: '保质期管理', icon: 'Box' }
|
||||
},
|
||||
{
|
||||
path: 'watermark',
|
||||
name: 'Watermark',
|
||||
component: () => import('../views/watermark/index.vue'),
|
||||
meta: { title: '去水印管理', icon: 'Brush' }
|
||||
},
|
||||
{
|
||||
path: 'settings',
|
||||
name: 'Settings',
|
||||
|
||||
Reference in New Issue
Block a user