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