mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-29 21:28:52 +00:00
fix: 修复创建远程应用默认Path丢失的问题
This commit is contained in:
@@ -19,7 +19,9 @@ export default {
|
||||
return {
|
||||
initial: {
|
||||
type: appTypeMeta.name,
|
||||
path: pathInitial
|
||||
attrs: {
|
||||
path: pathInitial
|
||||
}
|
||||
},
|
||||
fields: [
|
||||
[this.$t('common.Basic'), ['name', 'type']],
|
||||
|
||||
Reference in New Issue
Block a user