From 4a14d5a8773b312999ab53c90f3bf15580b1cd2d Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期五, 28 六月 2024 11:35:16 +0800
Subject: [PATCH] 阅卷组件

---
 src/api/cheat.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/api/cheat.js b/src/api/cheat.js
index 2b0a33e..d7e2656 100644
--- a/src/api/cheat.js
+++ b/src/api/cheat.js
@@ -3,7 +3,7 @@
 export default {
   list: query => post('/api/admin/cheat/list'),
   pageList: query => get('/api/admin/cheat/page', query),
-  edit: query => post('/api/admin/cheat/edit', query),
+  edit: query => post('/api/admin/cheat', query),
   select: id => post('/api/admin/cheat/select/' + id),
   deletecheat: id => post('/api/admin/cheat/delete/' + id),
   updateStatus: query => post('/api/admin/cheat/status', query),

--
Gitblit v1.8.0