michael 4 年前
父节点
当前提交
9dad183347
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/index.ts

+ 1
- 1
src/index.ts 查看文件

@@ -95,7 +95,7 @@ let log;
ctx.response.setHeader('Access-Control-Allow-Credentials', 'true');
ctx.response.setHeader(
'Access-Control-Allow-Headers',
'Authorization, Depth, Content-Type',
'Authorization, Depth, Content-Type, Cache-Control',
);
ctx.response.setHeader(
'Access-Control-Allow-Methods',


正在加载...
取消
保存