From b07a3a9dcb89f9785b7b001d2d26b167376d597e Mon Sep 17 00:00:00 2001
From: zrj <646384940@qq.com>
Date: Fri, 07 Jun 2024 11:43:49 +0800
Subject: [PATCH] 接口代理修改
---
src/ssoapi/categoryLabel/categoryLabel.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/api/categoryLabel/categoryLabel.js b/src/ssoapi/categoryLabel/categoryLabel.js
similarity index 75%
rename from src/api/categoryLabel/categoryLabel.js
rename to src/ssoapi/categoryLabel/categoryLabel.js
index b3d2436..a6fc8a9 100644
--- a/src/api/categoryLabel/categoryLabel.js
+++ b/src/ssoapi/categoryLabel/categoryLabel.js
@@ -2,7 +2,7 @@
export const getList = (size, params) => {
return request({
- url: '/api/blade-categoryLabel/categoryLabel/list',
+ url: '/ssoapi/blade-categoryLabel/categoryLabel/list',
method: 'get',
params: {
...params,
--
Gitblit v1.9.3