|
|
@ -33,7 +33,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
|
|
} else if (res.type === "entryPage") { // Dev only. For production, the logic is in the server side
|
|
|
|
} else if (res.type === "entryPage") { // Dev only. For production, the logic is in the server side
|
|
|
|
const entryPage = res.entryPage;
|
|
|
|
const entryPage = res.entryPage;
|
|
|
|
if (entryPage.startsWith("statusPage-")) {
|
|
|
|
if (entryPage?.startsWith("statusPage-")) {
|
|
|
|
this.$router.push("/status/" + entryPage.replace("statusPage-", ""));
|
|
|
|
this.$router.push("/status/" + entryPage.replace("statusPage-", ""));
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
// should the old setting style still exist here?
|
|
|
|
// should the old setting style still exist here?
|
|
|
|