first commit

This commit is contained in:
2025-11-26 07:49:54 +00:00
commit d8685ccf10
468 changed files with 41346 additions and 0 deletions

5
_mockApis/mockAdapter.ts Executable file
View File

@@ -0,0 +1,5 @@
import AxiosMockAdapter from 'axios-mock-adapter';
import axios from '@/utils/axios';
const mock = new AxiosMockAdapter(axios, { delayResponse: 0 });
export default mock;