mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-03-15 10:14:44 +08:00
6 lines
146 B
Go
6 lines
146 B
Go
import router from '@/routers';
|
|
|
|
export function toFolder(folder: string) {
|
|
router.push({ path: '/hosts/files', query: { path: folder } });
|
|
}
|