新增分享码日志管理,美化界面,优化代码上传脚本

This commit is contained in:
eafonyang
2026-06-16 19:15:02 +08:00
parent 1ad4cd034a
commit 481261b334
14 changed files with 1437 additions and 145 deletions
+6
View File
@@ -32,6 +32,12 @@ const routes = [
name: 'Ota',
component: () => import('@/views/ota/index.vue'),
meta: { title: 'OTA 管理', icon: 'upload' }
},
{
path: '/share-code/log',
name: 'ShareCodeLog',
component: () => import('@/views/share-code/log.vue'),
meta: { title: '分享日志', icon: 'document' }
}
]
}