From 40195802308837a997929ab23c4fa397207fea7b Mon Sep 17 00:00:00 2001 From: 86182 Date: Wed, 7 Sep 2022 14:35:32 +0800 Subject: [PATCH] =?UTF-8?q?potal=E4=BA=8C=E6=9C=9F=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/modules/guide.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/api/modules/guide.js b/src/api/modules/guide.js index 18ae4eeb..1308d9bb 100644 --- a/src/api/modules/guide.js +++ b/src/api/modules/guide.js @@ -11,12 +11,12 @@ const list=function (){ /** * 保存或编辑 * */ -const saveOrUpdate=function (data){ - return ajax.postJson('/xboe/subgroup/m/guide/saveOrUpdate',data); +const save=function (data){ + return ajax.postJson('/xboe/subgroup/m/guide/save',data); } export default { list, - saveOrUpdate + save }