新增isScrollToTop页签切换滚动到顶部

This commit is contained in:
RuoYi
2023-09-27 19:29:13 +08:00
parent ff6845f5ce
commit 52b9f43ea0
4 changed files with 46 additions and 14 deletions

View File

@ -336,6 +336,8 @@ var mode = "history";
var historyPath = storage.get("historyPath");
// 是否页签与菜单联动
var isLinkage = true;
//是否页签切换滚动到顶部
var isScrollToTop = true;
// 本地主题优先,未设置取系统配置
if($.common.isNotEmpty(skin)){

View File

@ -281,6 +281,8 @@ var mode = "history";
var historyPath = storage.get("historyPath");
// 是否页签与菜单联动
var isLinkage = true;
// 是否页签切换滚动到顶部
var isScrollToTop = true;
// 本地主题优先,未设置取系统配置
if($.common.isNotEmpty(skin)){