This commit is contained in:
bjdgyc 2022-12-13 16:20:07 +08:00
parent a3d5945611
commit 1582b46bb9
1 changed files with 1 additions and 1 deletions
web/src/pages/group

View File

@ -191,7 +191,7 @@
<template slot="append">BYTE/S</template>
</el-input>
</el-form-item>
<el-form-item label="本地网络" prop="allow_lan">
<el-form-item label="排除本地网络" prop="allow_lan">
<el-switch
v-model="ruleForm.allow_lan">
</el-switch>