This commit is contained in:
parent
b66111a032
commit
9e2332ca4a
|
@ -6,8 +6,8 @@ export default class Shelving extends ModuleMain {
|
|||
super($element, $);
|
||||
}
|
||||
async $onInit() {
|
||||
const url = await this.vnApp.getUrl(`shelving/`);
|
||||
window.location.href = url;
|
||||
this.$state.go('home');
|
||||
window.location.href = await this.vnApp.getUrl(`shelving/`);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue