解决 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

@@ -18,6 +18,10 @@ if (process.env.NODE_ENV == 'development') {
baseUrl = '';
}
baseUrl = 'http://127.0.0.1';
dataSources = 'remote';
// dataSources = 'local';
export {
baseUrl,
routerMode,