[SOLVED] Initialization of page in two view

Hello!
I using split views template, CLI project.
Left view have menu, main view have component page, like in “Kitchen sink”.
Accessing the component page:

app.f7.views.main.router.navigate('/pagename/', {reloadAll:true, ignoreCache:true, reloadCurrent:true, force:true});

…it works correctly.

PushState is ON:

view: {
      pushState: true,
      pushStateRoot: '',
      pushStateSeparator: '',
 }

When trying to access the page from the url string https://host.com/pagename/, I get a display of page data in two views at the same time.

What can be wrong?

I found! this worked