Commit 6deb5c11 authored by salitedfish's avatar salitedfish

支持证书下载功能

parent 83001fa0
...@@ -77,7 +77,7 @@ export class NFTService extends Service { ...@@ -77,7 +77,7 @@ export class NFTService extends Service {
}, },
downloadCerfificate:{ downloadCerfificate:{
path:"/proxyDowload/", path:"/proxyDowload/",
dataType: 'application/json' dataType: 'application/json;charset=utf-8'
} }
} }
constructor() { constructor() {
......
...@@ -23,7 +23,7 @@ module.exports = { ...@@ -23,7 +23,7 @@ module.exports = {
} }
}, },
'/proxyDowload':{ '/proxyDowload':{
// target:"http://47.114.177.31:8929", // target:"http://47.114.159.142:3001",
target:"http://192.168.21.40:3001", target:"http://192.168.21.40:3001",
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {
......
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