This commit is contained in:
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "child",
|
||||
title: window.$gz.locale.get("ClientServiceRequestList"),
|
||||
helpUrl: "form-svc-csr"
|
||||
helpUrl: "form-svc-csr-list"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "bullhorn",
|
||||
title: window.$gz.locale.get("NotifySubscriptionList"),
|
||||
helpUrl: "form-home-notification"
|
||||
helpUrl: "form-home-notify-subscriptions"
|
||||
});
|
||||
}
|
||||
};
|
||||
@@ -93,7 +93,7 @@ export default {
|
||||
auth
|
||||
.authenticate(this.input.username, this.input.password)
|
||||
.then(() => {
|
||||
vm.$router.push("/dashboard");
|
||||
vm.$router.push("/home-dashboard");
|
||||
})
|
||||
.catch(function handleCaughtLoginError(error) {
|
||||
/* xeslint-disable-next-line */
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "business-time",
|
||||
title: window.$gz.locale.get("WorkorderPreventiveMaintenanceList"),
|
||||
helpUrl: "form-svc-pm"
|
||||
helpUrl: "form-svc-pm-list"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user