mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 04:16:47 +08:00
fix bug
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
export const STUDENT_LIST = '/admin/student/getStudent'
|
export const STUDENT_LIST = '/admin/student/getStudent';
|
||||||
export const ONLINE_COURSE_PAGE = '/onlineClasses/queryOnlineList'
|
export const ONLINE_COURSE_PAGE = '/onlineClasses/queryOnlineList';
|
||||||
export const ASSESSMENT_PAGE = '/assessment/queryAssessmentDetailList post'
|
export const ASSESSMENT_PAGE = '/assessment/queryAssessmentDetailList post';
|
||||||
export const PROJECT_AUDIT_PAGE = '/admin/project/auditedlist post'
|
export const PROJECT_AUDIT_PAGE = '/admin/project/auditedlist post';
|
||||||
export const ROUTER_DETAIL_MODIFY = '/admin/router/routerInfoTemp post'
|
export const ROUTER_DETAIL_MODIFY = '/admin/router/routerInfoTemp post';
|
||||||
export const PROJECT_DETAIL_MODIFY = '/admin/project/projectInfoTemp post'
|
export const PROJECT_DETAIL_MODIFY = '/admin/project/projectInfoTemp post';
|
||||||
export const PROJECT_RELEASE = '/admin/project/realease post'
|
export const PROJECT_RELEASE = '/admin/project/realease';
|
||||||
Reference in New Issue
Block a user