Skip to content

Commit

Permalink
fix: 修复创建远程应用默认Path丢失的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
orangemio authored and ibuler committed Mar 23, 2021
1 parent 06535c8 commit eeb1b85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/views/applications/RemoteApp/RemoteAppCreateUpdate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ export default {
return {
initial: {
type: appTypeMeta.name,
path: pathInitial
attrs: {
path: pathInitial
}
},
fields: [
[this.$t('common.Basic'), ['name', 'type']],
Expand Down

0 comments on commit eeb1b85

Please sign in to comment.