feat: 完成 #2 布局组件开发与移动端适配

This commit is contained in:
root
2026-03-09 19:42:00 +08:00
parent 6d5e846e7f
commit 135d2f92b2
3 changed files with 104 additions and 3 deletions
+6
View File
@@ -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',