2.0 抢先版,主要更新了#10

This commit is contained in:
zhengjie
2019-05-24 10:49:04 +08:00
parent a5c9f58896
commit df51dbaf82
9 changed files with 26 additions and 202 deletions

8
src/api/log.js Normal file
View File

@@ -0,0 +1,8 @@
import request from '@/utils/request'
export function getErrDetail(id) {
return request({
url: 'api/logs/error/' + id,
method: 'get'
})
}