完整的教务系统前端项目 - 包含所有修复和9月份数据
This commit is contained in:
17
src/mocks/dashboardMock.js
Normal file
17
src/mocks/dashboardMock.js
Normal file
@@ -0,0 +1,17 @@
|
||||
import { mockData } from "@/data/mockData";
|
||||
|
||||
// Mock Dashboard Statistics
|
||||
export const getDashboardStatisticsMock = () => {
|
||||
return {
|
||||
success: true,
|
||||
data: mockData.dashboardStatistics,
|
||||
};
|
||||
};
|
||||
|
||||
// Mock Profile Overview
|
||||
export const getProfileOverviewMock = () => {
|
||||
return {
|
||||
success: true,
|
||||
data: mockData.profileOverview,
|
||||
};
|
||||
};
|
||||
487
src/mocks/projectLibraryMock.js
Normal file
487
src/mocks/projectLibraryMock.js
Normal file
File diff suppressed because one or more lines are too long
5507
src/mocks/resumeInterviewMock.js
Normal file
5507
src/mocks/resumeInterviewMock.js
Normal file
File diff suppressed because it is too large
Load Diff
5145
src/mocks/resumeInterviewMock.js.backup
Normal file
5145
src/mocks/resumeInterviewMock.js.backup
Normal file
File diff suppressed because it is too large
Load Diff
6369
src/mocks/resumeInterviewMock.js.backup2
Normal file
6369
src/mocks/resumeInterviewMock.js.backup2
Normal file
File diff suppressed because it is too large
Load Diff
5638
src/mocks/resumeInterviewMock.js.backup3
Normal file
5638
src/mocks/resumeInterviewMock.js.backup3
Normal file
File diff suppressed because it is too large
Load Diff
7372
src/mocks/resumeInterviewMock.js.backup_final
Normal file
7372
src/mocks/resumeInterviewMock.js.backup_final
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user