mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@ -153,7 +153,7 @@ async function handleSubmit() {
|
||||
} else if (model.menuType === 'C') {
|
||||
component = humpToLine(model.component?.replaceAll('/', '_') || '');
|
||||
} else if (model.menuType === 'M') {
|
||||
component = model.parentId === 0 ? 'layout.base' : undefined;
|
||||
component = 'layout.base';
|
||||
}
|
||||
|
||||
// request
|
||||
|
Reference in New Issue
Block a user