|
|
@@ -151,27 +151,6 @@ export default { |
|
|
|
// ), |
|
|
|
// }) |
|
|
|
// }else{ |
|
|
|
// hasPathInArray(paths, url) ? : url /newDev |
|
|
|
// 连本地用启动的项目 |
|
|
|
// if(url.startsWith('/invw')){ |
|
|
|
// console.log('===>userw本地') |
|
|
|
// return httpN({ |
|
|
|
// url: 'http://localhost:9085' + url, |
|
|
|
// method: 'post', |
|
|
|
// timeout: 60000, |
|
|
|
// headers: { |
|
|
|
// 'Content-Type': 'application/json;charset=UTF-8', |
|
|
|
// ...headers, |
|
|
|
// }, |
|
|
|
// data: encryptionN( |
|
|
|
// { |
|
|
|
// ...body, |
|
|
|
// }, |
|
|
|
// 2, |
|
|
|
// hasPathInArray(paths, url) |
|
|
|
// ), |
|
|
|
// }) |
|
|
|
// }else{ |
|
|
|
return httpN({ |
|
|
|
url: urls + url, |
|
|
|
method: 'post', |