From 26dbc8d00daab06d170adffa7c4f187a41e6811b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A9=99=E5=AD=90?= <454313500@qq.com> Date: Sun, 9 Jun 2024 02:04:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=A8=A1=E5=9D=97=E5=91=BD=E4=BB=A4=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Yi.Bbs.Vue3/src/views/start/Index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(()=>{