This commit is contained in:
2019-12-20 21:02:24 +00:00
parent ef99023266
commit c0f10a3a2c
40 changed files with 288 additions and 378 deletions

View File

@@ -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"
});
}
};

View File

@@ -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"
});
}
};

View File

@@ -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 */

View File

@@ -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"
});
}
};