* zin: fix menu toggle not work in index page.
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
{
|
||||
let config = window.config;
|
||||
const isIndexPage = config.currentModule === 'index' && config.currentMethod === 'index';
|
||||
if(isIndexPage) return;
|
||||
|
||||
const DEBUG = config.debug;
|
||||
const currentCode = window.name.substring(4);
|
||||
|
||||
Reference in New Issue
Block a user