mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-31 01:24:37 +02:00
add host parameter
This commit is contained in:
parent
58470f7dba
commit
3802bcf1c7
@ -2,7 +2,7 @@ import { createRouter, createWebHashHistory } from 'vue-router';
|
||||
|
||||
const routes = [
|
||||
{
|
||||
path: '/browse:path(/.*)?',
|
||||
path: '/browse:host(/[^/:]+:)?:path(/.*)?',
|
||||
name: 'browse',
|
||||
component: () => import('../views/Browser.vue'),
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user