Compare commits
No commits in common. 'f1f89e521219c4964f14a32577a3135ce1c33bad' and '99fe34dcebc521a904f488d9a0ce18ebdf42fa54' have entirely different histories.
f1f89e5212
...
99fe34dceb
@ -1,10 +0,0 @@
|
||||
import http from '../CommonHttp'
|
||||
import axios from 'axios'
|
||||
|
||||
export function getDetail(params, call) {
|
||||
return http.get('/fission/detail', params).then(call)
|
||||
}
|
||||
|
||||
export default {
|
||||
getDetail,
|
||||
}
|
Loading…
Reference in New Issue