Skip to content

Commit

Permalink
Update system.vue
Browse files Browse the repository at this point in the history
修复端口号修改失败问题
  • Loading branch information
Adam0120 authored Jul 8, 2020
1 parent f78e971 commit 9121728
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/view/systemTools/system/system.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<el-form-item label="环境值">
<el-input v-model="config.system.env"></el-input>
</el-form-item>
<el-form-item label.number="端口值">
<el-input v-model="config.system.addr"></el-input>
<el-form-item label="端口值">
<el-input v-model.number="config.system.addr"></el-input>
</el-form-item>
<el-form-item label="数据库类型">
<el-select v-model="config.system.dbType">
Expand Down

0 comments on commit 9121728

Please sign in to comment.