From 3ad5e6df619db267e10ec9435066f143cfd55ae0 Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期五, 22 四月 2022 16:30:06 +0800
Subject: [PATCH] login type code
---
src/api/taskMange.ts | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/api/taskMange.ts b/src/api/taskMange.ts
index 64732b5..d4bcd0f 100644
--- a/src/api/taskMange.ts
+++ b/src/api/taskMange.ts
@@ -112,7 +112,7 @@
// 鏍规嵁绫诲瀷鏌ユ壘瀛楀吀
export const findByType = (query: any) => {
return request({
- url: '/data/api-v/dictionary/findByType',
+ url: '/saas/api-s/dictionary/findByType',
method: "get",
params: query
})
--
Gitblit v1.8.0