Skip to content

Commit

Permalink
perf: update envInfoForm
Browse files Browse the repository at this point in the history
  • Loading branch information
DDDDanny committed Jan 28, 2021
1 parent bff14f9 commit 67bcc85
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/views/apiTest/apiParamSetting/components/envSetting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,7 @@ export default {
// 控制弹框是否显示
envDialogDisplay: false,
// 环境信息Form表单
envInfoForm: {
envName: '',
baseURL: ''
},
envInfoForm: {},
// 环境信息校验规则
envInfoRules: {
envName: [{ required: true, message: '请输入环境名称', trigger: 'blur' }],
Expand Down

0 comments on commit 67bcc85

Please sign in to comment.