How to switch between views freely

Greeting the author first, I now have an undescriptable bug, and I am a friend from China, this undescriptable bug. How can I switch between views? For example, if I enter the grandchild view of the view from the top level of a view, now I want to go back to the top level. What should I do?

help,me!!!
help,me!!!
help,me!!!

Not too sure what exactly is your question, view is just a container for pages with its own router, can you show us your sample HTML code?

我的意思是我想要在发布一篇文章后回到首页,在浏览器中它确实这样做了,但在手机中它只返回了上一页。所以我想问如何随意切换试图。
//发表成功
weihuan_tips(data.msg, “top”, 2000);
$$("#weihuan-publish-content").val("");
app.views.current.router.back("/", { force: true });
name = localStorage.getItem(“user_name”);
avatar = localStorage.getItem(“user_avatar”);
author_id = localStorage.getItem(“user_id”);

help me!
help me!
help me!

did you try to debug if app.views.current is the correct view you want?

PS. Please don’t ask in Chinese