未验证 提交 c67b26b0 编写于 作者: W wangqun 提交者: GitHub

Merge pull request #33 from wangqunbaidu/master

修复漏洞
......@@ -100,7 +100,7 @@ export default {
axios.defaults.headers = {
'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,
input: JSON.stringify(input, function (key, value) {
if (value.constructor === Float32Array) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册