diff --git a/Yi.Bbs.Vue3/src/views/start/Index.vue b/Yi.Bbs.Vue3/src/views/start/Index.vue index fc4393b2..f3963444 100644 --- a/Yi.Bbs.Vue3/src/views/start/Index.vue +++ b/Yi.Bbs.Vue3/src/views/start/Index.vue @@ -43,7 +43,7 @@ const typeData = [{ name: '模块', key: 'module', value: 'module' }, { name: '模块', key: 'project', value: 'project' }] const addModuleComputed=computed(()=>{ - return `> yi-abp add-module ${form.name.toLowerCase().replace(/\./g, "-")}`; + return `> yi-abp add-module ${form.name}`; }) const commandComputed=computed(()=>{