Vue.component("http-cors-header-config-box", { props: ["value"], data: function () { let config = this.value if (config == null) { config = { isOn: false, allowMethods: [], allowOrigin: "", allowCredentials: false, exposeHeaders: [], maxAge: 0, requestHeaders: [], requestMethod: "" } } return { config: config } }, template: `
| 启用CORS自适应跨域 |
|