From d5fac02a6fdc6564ff5da88056245d0fa579f3c6 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 30 Oct 2023 17:07:23 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_app

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

diff --git a/api/system/role.js b/api/system/role.js
index 1fd4a6f..430ee83 100644
--- a/api/system/role.js
+++ b/api/system/role.js
@@ -55,7 +55,7 @@
 
 export const getDetail = (params) => {
 	return http.request({
-		url: '/api/blade-system/role/detail',
+		url: '/blade-system/role/detail',
 		method: 'GET',
 		params
 	})

--
Gitblit v1.9.3