🔨 Refactor: move some utils to apis

This commit is contained in:
Molunerfinn
2020-01-08 19:26:25 +08:00
parent 73870a5326
commit 762dc9b2cc
15 changed files with 24 additions and 26 deletions

View File

@@ -2,7 +2,7 @@ import router from './router'
import {
uploadWithClipboardFiles,
uploadWithFiles
} from '~/main/utils/busApi/index'
} from '~/main/apis/bus/index'
import {
handleResponse
} from './utils'