全局lint优化
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import fetch from 'utils/fetch';
|
||||
import fetch from 'utils/fetch'
|
||||
|
||||
export function getToken() {
|
||||
export function getToken () {
|
||||
return fetch({
|
||||
url: '/qiniu/upload/token', // 假地址 自行替换
|
||||
method: 'get'
|
||||
});
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user