2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 14:57:16 +08:00
This commit is contained in:
耗子
2024-12-29 01:54:37 +08:00
parent 7d48a80bf0
commit 2d0a0d5293

View File

@@ -10,7 +10,7 @@ import PermissionModal from '@/views/file/PermissionModal.vue'
import ToolBar from '@/views/file/ToolBar.vue'
import type { Marked } from '@/views/file/types'
const path = ref('/www')
const path = ref('/')
const selected = ref<string[]>([])
const marked = ref<Marked[]>([])
const markedType = ref<string>('copy')