提交 231abe45 编写于 作者: W wangqun

修复漏洞

修复漏洞
上级 a440e8a8
...@@ -100,7 +100,7 @@ export default { ...@@ -100,7 +100,7 @@ export default {
axios.defaults.headers = { axios.defaults.headers = {
'Content-type': 'application/x-www-form-urlencoded' 'Content-type': 'application/x-www-form-urlencoded'
} }
axios.post('http://yq01-paddle-mobile.epc.baidu.com:8088/uniTest', qs.stringify({ axios.post('/uniTest', qs.stringify({
name: name, name: name,
input: JSON.stringify(input, function (key, value) { input: JSON.stringify(input, function (key, value) {
if (value.constructor === Float32Array) { if (value.constructor === Float32Array) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册