mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 11:27:24 +08:00
[admin] filter improve & fix ad link
This commit is contained in:
Vendored
+3
@@ -79,6 +79,9 @@ const api = {
|
||||
listExam: (params = {}) => {
|
||||
return axios.get('exams', {params: params});
|
||||
},
|
||||
listExamAll: (params = {}) => {
|
||||
return axios.get('exams-all', {params: params});
|
||||
},
|
||||
listExamIndex: (params = {}) => {
|
||||
return axios.get('exam-indexes', {params: params});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user