检验批委托速度优化

This commit is contained in:
2024-07-18 14:51:16 +08:00
parent d985c413b3
commit 98012f9450
38 changed files with 941 additions and 145 deletions
+5 -5
View File
@@ -499,11 +499,11 @@
F.initTreeTabStrip(mainMenu, mainTabStrip, null, true, false, false);
var themeTitle = F.cookie('Theme_Pro_Title');
if (themeTitle) {
F.removeCookie('Theme_Pro_Title');
notify('主题更改为:' + themeTitle);
}
//var themeTitle = F.cookie('Theme_Pro_Title');
//if (themeTitle) {
// F.removeCookie('Theme_Pro_Title');
// notify('主题更改为:' + themeTitle);
//}
});