7383-testToMaster #2445
|
@ -6,8 +6,8 @@ export default class Shelving extends ModuleMain {
|
||||||
super($element, $);
|
super($element, $);
|
||||||
}
|
}
|
||||||
async $onInit() {
|
async $onInit() {
|
||||||
const url = await this.vnApp.getUrl(`shelving/`);
|
this.$state.go('home');
|
||||||
window.location.href = url;
|
window.location.href = await this.vnApp.getUrl(`shelving/`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue