解决 vue axios 带 header 时,会默认发起 OPTIONS 请求的方法的问题

This commit is contained in:
YunaiV
2019-03-27 19:12:12 +08:00
parent 42b11e377e
commit c23eb737f0
10 changed files with 182 additions and 17 deletions

View File

@@ -39,4 +39,4 @@ function getLocalStorage(key) {
} catch (e) {
throw new Error(`localStorage 获取错误! ${e}`);
}
}
}