| | |
| | | |
| | | # VUE_APP_API_URL = 'https://atwl.ahzyssl.com/zhyq_interface' |
| | | |
| | | VUE_APP_API_URL = 'http://192.168.1.45:10010' |
| | | # VUE_APP_API_URL = 'http://192.168.1.45:10010' |
| | | |
| | | # VUE_APP_API_URL = 'http://192.168.0.7/system_gateway' |
| | | VUE_APP_API_URL = 'http://192.168.0.7/system_gateway' |
| | | |
| | | # VUE_APP_API_URL = 'http://localhost:10010' |
| | | |
| | |
| | | <span style="margin-left: 20px;">单位:分钟</span> |
| | | </div> |
| | | </el-form-item> |
| | | <el-form-item label="酒精检测" prop="doubleAuth"> |
| | | <div style="width: 100%; display: flex; align-items: center;"> |
| | | <el-switch |
| | | v-model="form.alcoholStatus" |
| | | active-color="#13ce66" |
| | | inactive-color="#ff4949" |
| | | :active-value="0" |
| | | :inactive-value="1"> |
| | | </el-switch> |
| | | <span style="margin-left: 20px; color: #999999;">开启后,需要酒精检测通过后,才能开门</span> |
| | | </div> |
| | | </el-form-item> |
| | | <el-form-item label="双重验证" prop="doubleAuth"> |
| | | <div style="width: 100%; display: flex; align-items: center;"> |
| | | <el-switch |
| | |
| | | noLength: '', |
| | | noIndex: '', |
| | | sortType: 0, |
| | | activateFile: null |
| | | activateFile: null, |
| | | alcoholStatus: 0 |
| | | }, |
| | | // 验证规则 |
| | | rules: { |