修改样式
This commit is contained in:
+1
-1
@@ -704,7 +704,7 @@ const ApiClient = {
|
||||
|
||||
shouldLoadMenuChildren() {
|
||||
if (typeof window === 'undefined') return true;
|
||||
return /\/(?:cai|fufei|duanzuhe|shazuhe)\.html(?:$|\?)/.test(
|
||||
return /\/(?:cai|fufei)\.html(?:$|\?)/.test(
|
||||
window.location.pathname + window.location.search
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user