From b09c423bcc05616fa267121f7a387dd6e959dc35 Mon Sep 17 00:00:00 2001 From: zhengkunwang <31820853+zhengkunwang223@users.noreply.github.com> Date: Sat, 7 Oct 2023 21:50:16 -0500 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=A7=A3=E5=86=B3=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E7=BD=91=E7=AB=99=E5=88=87=E6=8D=A2=E7=B1=BB=E5=9E=8B=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98=20(#2451?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/api/interface/app.ts | 2 +- .../views/website/website/create/index.vue | 60 +++++-------------- 2 files changed, 16 insertions(+), 46 deletions(-) diff --git a/frontend/src/api/interface/app.ts b/frontend/src/api/interface/app.ts index 58f60ee6a..6890babe1 100644 --- a/frontend/src/api/interface/app.ts +++ b/frontend/src/api/interface/app.ts @@ -106,7 +106,7 @@ export namespace App { export interface AppInstalled extends CommonModel { name: string; - appId: string; + appId: number; appDetailId: string; env: string; status: string; diff --git a/frontend/src/views/website/website/create/index.vue b/frontend/src/views/website/website/create/index.vue index 2bace8dfc..7a129939d 100644 --- a/frontend/src/views/website/website/create/index.vue +++ b/frontend/src/views/website/website/create/index.vue @@ -332,14 +332,7 @@