mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-07 23:30:26 +08:00
优化文字提示
This commit is contained in:
@@ -7,7 +7,7 @@ Vue.component("http-cors-header-config-box", {
|
|||||||
isOn: false,
|
isOn: false,
|
||||||
allowMethods: [],
|
allowMethods: [],
|
||||||
allowOrigin: "",
|
allowOrigin: "",
|
||||||
allowCredentials: false,
|
allowCredentials: true,
|
||||||
exposeHeaders: [],
|
exposeHeaders: [],
|
||||||
maxAge: 0,
|
maxAge: 0,
|
||||||
requestHeaders: [],
|
requestHeaders: [],
|
||||||
|
|||||||
@@ -264,7 +264,7 @@ Vue.component("http-header-policy-box", {
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<h4>CORS跨域设置</h4>
|
<h4>其他设置</h4>
|
||||||
|
|
||||||
<table class="ui table definition selectable">
|
<table class="ui table definition selectable">
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user