diff --git a/src/api/homeChart.js b/src/api/homeChart.js index 58f61b0..eab2b30 100644 --- a/src/api/homeChart.js +++ b/src/api/homeChart.js @@ -26,3 +26,10 @@ export function courseChart(params,isLoading) { }) } +export function clearCache(data) { + return request({ + url: '/api/admin/other/clear-cache', + method: 'post', + data + }) +} diff --git a/src/views/course/apply_list.vue b/src/views/course/apply_list.vue index 84e5b42..aea70ed 100644 --- a/src/views/course/apply_list.vue +++ b/src/views/course/apply_list.vue @@ -1,620 +1,620 @@ - - - - - + + + + + diff --git a/src/views/statistics/index.vue b/src/views/statistics/index.vue index 8589554..86c9426 100644 --- a/src/views/statistics/index.vue +++ b/src/views/statistics/index.vue @@ -1,5 +1,14 @@