feat(ui):api_host annotation (#320)

This commit is contained in:
wang-liang0615 2023-12-19 14:22:40 +08:00 committed by GitHub
parent 090007487d
commit f1f86ce25a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -15,13 +15,13 @@
"
/>
</a-form-model-item>
<a-form-model-item
<!-- <a-form-model-item
label="API服务地址"
prop="api_host"
help="如果服务的部署没使用DNS, 如果要启用CAS、OAuth2.0、OIDC的则须填API服务地址"
>
<a-input v-model="form.api_host" placeholder="http://127.0.0.1:5000" />
</a-form-model-item>
</a-form-model-item> -->
</a-form-model>
</template>