centaline-data-driven 1.4.75 → 1.4.76
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@ import common from '../common';
|
|
|
6
6
|
//Axios.defaults.baseURL = 'https://localhost:44381/api'
|
|
7
7
|
Axios.defaults.headers.post['Content-Type'] = 'application/json';
|
|
8
8
|
Axios.defaults.maxContentLength = 400000;
|
|
9
|
-
Axios.defaults.withCredentials = true;//允许带上跨域cookies
|
|
9
|
+
// Axios.defaults.withCredentials = true;//允许带上跨域cookies
|
|
10
10
|
|
|
11
11
|
// Axios.defaults = {
|
|
12
12
|
// // `url` 是用于请求的服务器 URL
|