From aaeb37d24f0c0f1c64780a511b9f9aa1a4f186f9 Mon Sep 17 00:00:00 2001 From: aq982 Date: Wed, 22 Jan 2025 23:16:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E7=94=9F=E6=88=90=E4=BC=98?= =?UTF-8?q?=E5=8C=96-=E6=96=B0=E5=A2=9E=E4=B8=8A=E4=B8=8B=E7=BB=93?= =?UTF-8?q?=E6=9E=84-=E9=A2=84=E7=95=99=E7=BB=9F=E8=AE=A1=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web/src/views/system/codeGen/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/src/views/system/codeGen/index.vue b/Web/src/views/system/codeGen/index.vue index fb956e09..a0688f61 100644 --- a/Web/src/views/system/codeGen/index.vue +++ b/Web/src/views/system/codeGen/index.vue @@ -175,7 +175,7 @@ const resetQuery = async () => { const handleAdd = () => { state.title = '增加代码生成'; EditCodeGenRef.value?.openDialog({ - authorName: 'Easy.CreateCode', + authorName: 'Admin.NET', template: 'template', generateType: '200', printType: 'off',