This commit is contained in:
parent
b66111a032
commit
9e2332ca4a
|
@ -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