mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-21 05:11:11 +08:00
Fix: Fix page transition & improve active handling
Fix: Fix current route parsing
This commit is contained in:
@@ -71,37 +71,30 @@ const routes = [
|
||||
{
|
||||
path: "general",
|
||||
alias: "",
|
||||
name: "settings-general",
|
||||
component: General,
|
||||
},
|
||||
{
|
||||
path: "appearance",
|
||||
name: "settings-appearance",
|
||||
component: Appearance,
|
||||
},
|
||||
{
|
||||
path: "notifications",
|
||||
name: "settings-notifications",
|
||||
component: Notifications,
|
||||
},
|
||||
{
|
||||
path: "monitor-history",
|
||||
name: "settings-monitorHistory",
|
||||
component: MonitorHistory,
|
||||
},
|
||||
{
|
||||
path: "security",
|
||||
name: "settings-security",
|
||||
component: Security,
|
||||
},
|
||||
{
|
||||
path: "backup",
|
||||
name: "settings-backup",
|
||||
component: Backup,
|
||||
},
|
||||
{
|
||||
path: "about",
|
||||
name: "settings-about",
|
||||
component: About,
|
||||
},
|
||||
]
|
||||
|
Reference in New Issue
Block a user