From f31d84d27d9212bb30a14fdd876996510c1df240 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 06 Nov 2023 10:33:50 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_app

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

diff --git a/api/system/dict.js b/api/system/dict.js
index a017433..9460dc5 100644
--- a/api/system/dict.js
+++ b/api/system/dict.js
@@ -11,7 +11,7 @@
 
 export const bizDictionary = (params) => {
 	return http.request({
-		url: '/api/blade-system/dict-biz/dictionary',
+		url: '/blade-system/dict-biz/dictionary',
 		method: 'GET',
 		params
 	})

--
Gitblit v1.9.3