| | |
| | | # 生产环境配置 |
| | | NODE_ENV = 'production' |
| | | |
| | | <<<<<<< HEAD |
| | | # VUE_APP_API_URL = 'http://192.168.0.7/system_gateway' |
| | | |
| | | VUE_APP_API_URL = 'http://10.49.152.112/system_gateway' |
| | | ======= |
| | | VUE_APP_API_URL = 'http://10.49.152.112/system_gateway' |
| | | >>>>>>> 6d07596890c54a8b7cdfd14d8ebd4b4e9acefecd |
| | | VUE_APP_API_URL = 'http://192.168.0.7/system_gateway' |
| | | |
| | | # VUE_APP_API_URL = 'http://10.49.152.112/system_gateway' |
| | | |
| | | # VUE_APP_API_URL = 'http://10.49.152.112/system_gateway' |
| | | |
| | | |
| | | VUE_APP_AMAP_KEY='045542fc5f436b75e6c911c5c84ff8cd' |
| | | |
| | |
| | | <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: { |