chore: 引入luch-request,替换libs中的request

This commit is contained in:
ldh
2023-01-09 21:19:49 +08:00
parent 3553ee989e
commit 0930be1618
19 changed files with 9 additions and 1134 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
* @description api模块管理,loading配置,请求拦截,错误处理
*/
import Request from '@/sheep/libs/luch-request/core/Request';
import Request from 'luch-request';
import { baseUrl, apiPath } from '@/sheep/config';
import $store from '@/sheep/store';
import $platform from '@/sheep/platform';