fix(salix): rollback updateClaim #2897
|
@ -7,7 +7,7 @@ export default class Claim extends ModuleMain {
|
||||||
}
|
}
|
||||||
async $onInit() {
|
async $onInit() {
|
||||||
this.$state.go('home');
|
this.$state.go('home');
|
||||||
window.location.href = await this.vnApp.getUrl(`Claim/`);
|
window.location.href = await this.vnApp.getUrl(`claim/`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue