mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat: 新增菜单 sql 替换文件
This commit is contained in:
@ -149,7 +149,7 @@ async function handleSubmit() {
|
||||
let component = model.component;
|
||||
if (isFrame !== '1') {
|
||||
component = 'iframe-page';
|
||||
path = !model.path?.startsWith('/') ? `/${model.path}` : model.path;
|
||||
path = model.path;
|
||||
} else if (model.menuType === 'C') {
|
||||
component = humpToLine(model.component?.replaceAll('/', '_') || '');
|
||||
} else if (model.menuType === 'M') {
|
||||
|
Reference in New Issue
Block a user