mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-03-04 16:35:57 +00:00
Merge branch 'louislam:master' into feature-slow-response-notification
This commit is contained in:
commit
2ff8e579e1
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ export default {
|
|||
|
||||
} else if (res.type === "entryPage") { // Dev only. For production, the logic is in the server side
|
||||
const entryPage = res.entryPage;
|
||||
if (entryPage.startsWith("statusPage-")) {
|
||||
if (entryPage?.startsWith("statusPage-")) {
|
||||
this.$router.push("/status/" + entryPage.replace("statusPage-", ""));
|
||||
} else {
|
||||
// should the old setting style still exist here?
|
||||
|
|
Loading…
Add table
Reference in a new issue