1.6.0 README.md update

This commit is contained in:
xiaoma
2021-12-24 10:48:49 +08:00
parent fc5e138ed8
commit 1ab8b5b221
25 changed files with 2848 additions and 2956 deletions

View File

@@ -1,4 +1,4 @@
import http from '@/utils/http/axios';
import { http } from '@/utils/http/axios';
export interface BasicResponseModel<T = any> {
code: number;