feat:新增分享服务器本地文件,传到/opt/filecodebox/local里面

This commit is contained in:
Lan
2024-09-24 23:00:43 +08:00
parent c9c9a50b72
commit b1997554f3
56 changed files with 753 additions and 437 deletions
+5
View File
@@ -28,6 +28,11 @@ const router = createRouter({
name: 'setting',
component: () => import('@/views/Admin/SettingView.vue'),
},
{
path: 'local',
name: 'local',
component: () => import('@/views/Admin/LocalView.vue'),
},
{
path: 'about',
name: 'about',