fix:删除多余的每日限额参数
This commit is contained in:
@@ -175,11 +175,11 @@
|
||||
</a-input-group>
|
||||
</a-form-item>
|
||||
|
||||
<a-form-item name="noAuth" :label="t('page.portal.dailyLimit')">
|
||||
<a-checkbox v-model:checked="addForm.noAuth.dailyLimitEnable">
|
||||
{{ t('page.portal.enableDailyLimit') }}
|
||||
</a-checkbox>
|
||||
</a-form-item>
|
||||
<!-- <a-form-item name="noAuth" :label="t('page.portal.dailyLimit')">-->
|
||||
<!-- <a-checkbox v-model:checked="addForm.noAuth.dailyLimitEnable">-->
|
||||
<!-- {{ t('page.portal.enableDailyLimit') }}-->
|
||||
<!-- </a-checkbox>-->
|
||||
<!-- </a-form-item>-->
|
||||
|
||||
<a-form-item name="httpsRedirectEnable" :label="t('page.portal.httpsRedirect')">
|
||||
<a-checkbox v-model:checked="addForm.httpsRedirectEnable">
|
||||
|
||||
Reference in New Issue
Block a user