fix: 修复前端添加模块命令显示错误问题
This commit is contained in:
@@ -43,7 +43,7 @@ const typeData = [{ name: '模块', key: 'module', value: 'module' },
|
|||||||
{ name: '模块', key: 'project', value: 'project' }]
|
{ name: '模块', key: 'project', value: 'project' }]
|
||||||
const addModuleComputed=computed(()=>{
|
const addModuleComputed=computed(()=>{
|
||||||
|
|
||||||
return `> yi-abp add-module ${form.name.toLowerCase().replace(/\./g, "-")}`;
|
return `> yi-abp add-module ${form.name}`;
|
||||||
})
|
})
|
||||||
|
|
||||||
const commandComputed=computed(()=>{
|
const commandComputed=computed(()=>{
|
||||||
|
|||||||
Reference in New Issue
Block a user