feat:新增分享服务器本地文件,传到/opt/filecodebox/local里面
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user