This commit is contained in:
tangly1024.com
2024-02-22 19:23:50 +08:00
parent 34fe8f01f3
commit 8e835f86ee

View File

@@ -49,7 +49,6 @@ export const getLayoutByTheme = ({ router, theme }) => {
* @returns
*/
const getLayoutNameByPath = (path) => {
console.log('path', path, LAYOUT_MAPPINGS[path])
if (LAYOUT_MAPPINGS[path]) {
return LAYOUT_MAPPINGS[path];
} else {