add plotting function
This commit is contained in:
12
mock/user.js
12
mock/user.js
@@ -80,5 +80,17 @@ export default [
|
||||
data: 'success'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
// plot prediction graph
|
||||
{
|
||||
url: '/testpredict',
|
||||
type: 'get',
|
||||
response: _ => {
|
||||
return {
|
||||
code: 20000,
|
||||
token: 'success'
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user