From 2aeb66722136f85af3e908a0b4c89ce791840516 Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Tue, 1 Aug 2023 17:15:17 +0800 Subject: [PATCH] =?UTF-8?q?api=E9=83=A8=E9=97=A8=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/user.js | 2 +- src/views/system/dept/index.vue | 195 +++++++++++++++++++------------- 2 files changed, 116 insertions(+), 81 deletions(-) diff --git a/src/api/system/user.js b/src/api/system/user.js index a7afb62..2ffd545 100644 --- a/src/api/system/user.js +++ b/src/api/system/user.js @@ -20,7 +20,7 @@ export function del(ids) { export function edit(data) { return request({ - url: 'api//users/editUser', + url: 'api/users/editUser', method: 'post', data }) diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index 48d7acb..e979446 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -30,7 +30,7 @@