fix: use params.q #3025

Merged
jsegarra merged 2 commits from use_params_q into master 2024-09-26 12:41:58 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ export default class App {
getUrl(route, appName = 'lilium') {
const index = window.location.hash.indexOf(route.toLowerCase());
const newRoute = index < 0 ? route : window.location.hash.substring(index);
let newRoute = index < 0 ? route : window.location.hash.substring(index);
const env = process.env.NODE_ENV;
const filter = {
where: {and: [