From 76a6758652cb50af66d17fdcba5fec1e83d42610 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Mon, 26 Jan 2026 11:15:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/homeChart.js | 7 + src/views/course/apply_list.vue | 1240 +++++++++++++++---------------- src/views/statistics/index.vue | 50 +- vue.config.js | 4 +- 4 files changed, 677 insertions(+), 624 deletions(-) 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 @@