fix: 修复创建远程应用默认Path丢失的问题

This commit is contained in:
Orange
2021-03-23 15:43:53 +08:00
committed by 老广
parent 14000317b9
commit ff90e56763

View File

@@ -19,7 +19,9 @@ export default {
return {
initial: {
type: appTypeMeta.name,
path: pathInitial
attrs: {
path: pathInitial
}
},
fields: [
[this.$t('common.Basic'), ['name', 'type']],