From ff90e56763c73c1f5cb7aefb8c1f906622a885c3 Mon Sep 17 00:00:00 2001 From: Orange Date: Tue, 23 Mar 2021 15:43:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E8=BF=9C=E7=A8=8B=E5=BA=94=E7=94=A8=E9=BB=98=E8=AE=A4Path?= =?UTF-8?q?=E4=B8=A2=E5=A4=B1=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/applications/RemoteApp/RemoteAppCreateUpdate.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/applications/RemoteApp/RemoteAppCreateUpdate.vue b/src/views/applications/RemoteApp/RemoteAppCreateUpdate.vue index a642efbdb..50bc7d8e5 100644 --- a/src/views/applications/RemoteApp/RemoteAppCreateUpdate.vue +++ b/src/views/applications/RemoteApp/RemoteAppCreateUpdate.vue @@ -19,7 +19,9 @@ export default { return { initial: { type: appTypeMeta.name, - path: pathInitial + attrs: { + path: pathInitial + } }, fields: [ [this.$t('common.Basic'), ['name', 'type']],