全局lint优化
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
import fetch from 'utils/fetch';
|
||||
import fetch from 'utils/fetch'
|
||||
|
||||
export function getList() {
|
||||
export function getList () {
|
||||
return fetch({
|
||||
url: '/article/list',
|
||||
method: 'get'
|
||||
});
|
||||
})
|
||||
}
|
||||
|
||||
export function getArticle() {
|
||||
export function getArticle () {
|
||||
return fetch({
|
||||
url: '/article/detail',
|
||||
method: 'get'
|
||||
});
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user