You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
335 B
JavaScript

3 years ago
export default {
baseUrl :process.env.NODE_ENV === 'development' ? "http://djy-identity.myshipping.net": "http://djy-identity.myshipping.net",
// header: {
// 'Content-Type': 'application/json;charset=UTF-8',
// },
dataType: "json",
/* 如设为json会对返回的数据做一次 JSON.parse */
responseType: "text"
}