Commit 83001fa0 authored by salitedfish's avatar salitedfish

更改代理

parent 3be13fce
...@@ -76,7 +76,7 @@ export class NFTService extends Service { ...@@ -76,7 +76,7 @@ export class NFTService extends Service {
dataType: 'application/x-www-form-urlencoded' dataType: 'application/x-www-form-urlencoded'
}, },
downloadCerfificate:{ downloadCerfificate:{
path:"/nftCertificate/", path:"/proxyDowload/",
dataType: 'application/json' dataType: 'application/json'
} }
} }
......
...@@ -22,12 +22,12 @@ module.exports = { ...@@ -22,12 +22,12 @@ module.exports = {
'^/proxyApi': '' '^/proxyApi': ''
} }
}, },
'/nftCertificate':{ '/proxyDowload':{
// target:"http://47.114.177.31:8929", // target:"http://47.114.177.31:8929",
target:"http://192.168.21.40:3001", target:"http://192.168.21.40:3001",
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {
'^/nftCertificate': '' '^/proxyDowload': ''
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment