Browse Source

Merge pull request #137 from xy6409068/develop

Update system.vue
蒋吉兆 4 years ago
parent
commit
a69a234157
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/src/view/systemTools/system/system.vue

+ 1 - 1
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">