add plotting function

This commit is contained in:
weijianli
2019-09-29 11:04:51 -05:00
parent e2d02adffc
commit e1fb05b4b2
7 changed files with 216 additions and 57 deletions

View File

@@ -80,5 +80,17 @@ export default [
data: 'success'
}
}
},
// plot prediction graph
{
url: '/testpredict',
type: 'get',
response: _ => {
return {
code: 20000,
token: 'success'
}
}
}
]