first commit

This commit is contained in:
muzi
2025-06-16 14:42:26 +08:00
commit 6f06721506
149 changed files with 56883 additions and 0 deletions

15
src/mock/index.ts Normal file
View File

@ -0,0 +1,15 @@
/*
* @Author: 田鑫
* @Date: 2023-03-05 18:49:06
* @LastEditors: 田鑫
* @LastEditTime: 2023-03-05 18:49:20
* @Description: Mock数据
*/
import Mock from 'mockjs';
import './table';
Mock.setup({
timeout: '600-1000',
});