优化文字提示

This commit is contained in:
刘祥超
2022-12-29 17:19:53 +08:00
parent d20e6bd42f
commit cc752e8d80
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: [],