From 52af035632e198e8f0cb7f5154fee51994c475db Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期六, 11 五月 2024 16:57:55 +0800
Subject: [PATCH] feat:新增问答模块

---
 src/api/dashboard.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/api/dashboard.js b/src/api/dashboard.js
index 18a97f1..b91178d 100644
--- a/src/api/dashboard.js
+++ b/src/api/dashboard.js
@@ -1,5 +1,7 @@
 import { post } from '@/utils/request'
 
 export default {
-  index: () => post('/api/admin/dashboard/index')
+  index: () => post('/api/admin/dashboard/index'),
+  getData: query => post('/api/admin/examPaperAnswer/paperStatistics',query),
+  page: query => post('/api/admin/examPaperAnswer/page', query)
 }

--
Gitblit v1.8.0