This commit is contained in:
@@ -93,7 +93,7 @@ export default {
|
||||
auth
|
||||
.authenticate(this.input.username, this.input.password)
|
||||
.then(() => {
|
||||
vm.$router.push({ name: "home" });
|
||||
vm.$router.push("/dashboard");
|
||||
})
|
||||
.catch(function handleCaughtLoginError(error) {
|
||||
/* xeslint-disable-next-line */
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
<script>
|
||||
export default {
|
||||
beforeCreate() {
|
||||
debugger;
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-dragon",
|
||||
|
||||
Reference in New Issue
Block a user