Commit 67fc5807 authored by xulili's avatar xulili

Merge remote-tracking branch 'origin/master'

parents 072e844f 27b45938
......@@ -12,7 +12,7 @@ export function ApiTestCfPost(inData) {
args: inData
}
return request({
url: '',
url: '/trans/',
method: 'post',
data: postData
})
......
module.exports = {
devServer: {
proxy: {
'/trans': {
// target: 'http://111.26.165.55:8010/',
target: 'http://bing.com/',
ws: false,
changeOrigin: true,
pathRewrite: {
'^/trans': ''
}
}
}
}
}
\ No newline at end of file
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