优化文字提示

This commit is contained in:
GoEdgeLab
2022-12-29 17:19:53 +08:00
parent 6cbe56a088
commit a5ca5b726e
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ Vue.component("http-cors-header-config-box", {
isOn: false,
allowMethods: [],
allowOrigin: "",
allowCredentials: false,
allowCredentials: true,
exposeHeaders: [],
maxAge: 0,
requestHeaders: [],

View File

@@ -264,7 +264,7 @@ Vue.component("http-header-policy-box", {
</tr>
</table>
<h4>CORS跨域设置</h4>
<h4>其他设置</h4>
<table class="ui table definition selectable">
<tr>