This commit is contained in:
2023-04-26 17:57:50 +00:00
parent c801cb6a2f
commit 1146a2784e

View File

@@ -630,7 +630,7 @@ export default {
//Show toast if out of date to non customer users, perpetual only ensured by server //Show toast if out of date to non customer users, perpetual only ensured by server
if ( if (
!vm.$store.getters.isCustomerUser && !vm.$store.getters.isCustomerUser &&
!vm.$store.state.globalSettings.showUpdateAvailable vm.$store.state.globalSettings.showUpdateAvailable
) { ) {
window.$gz.eventBus.$emit( window.$gz.eventBus.$emit(
"notify-info", "notify-info",
@@ -638,14 +638,6 @@ export default {
vm.$store.state.globalSettings.changeLogUrl, vm.$store.state.globalSettings.changeLogUrl,
5000 5000
); );
// (async function() {
// await window.$gz.dialog.displayLTModalNotificationMessage(
// "MaintenanceExpiredNote",
// "MaintenanceExpired",
// "error",
// "https://ayanova.com/docs/adm-license/#maintenance-expired-message"
// );
// })();
} }
const toPath = vm.$route.params.topath; //set in app.vue::mounted const toPath = vm.$route.params.topath; //set in app.vue::mounted