|
@ -10,7 +10,7 @@ export default { |
|
|
let entryPage = (await axios.get("/api/entry-page")).data; |
|
|
let entryPage = (await axios.get("/api/entry-page")).data; |
|
|
|
|
|
|
|
|
if (entryPage === "statusPage") { |
|
|
if (entryPage === "statusPage") { |
|
|
this.$router.push("/status-page"); |
|
|
this.$router.push("/status"); |
|
|
} else { |
|
|
} else { |
|
|
this.$router.push("/dashboard"); |
|
|
this.$router.push("/dashboard"); |
|
|
} |
|
|
} |
|
|