蒋吉兆
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
web/src/view/systemTools/system/system.vue
|
|
@ -9,7 +9,7 @@ |
|
|
|
<el-input v-model="config.system.env"></el-input> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="端口值"> |
|
|
|
<el-input v-model="config.system.addr"></el-input> |
|
|
|
<el-input v-model.number="config.system.addr"></el-input> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="数据库类型"> |
|
|
|
<el-select v-model="config.system.dbType"> |
|
|
|