From b3b34fa409762b44e6fd3c89e651f8c465556a48 Mon Sep 17 00:00:00 2001 From: zhangxiao <898441624@qq.com> Date: 星期五, 23 八月 2024 19:25:05 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/web/flow_web --- src/api/authority.ts | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/api/authority.ts b/src/api/authority.ts index 6e7240a..8f855da 100644 --- a/src/api/authority.ts +++ b/src/api/authority.ts @@ -10,9 +10,6 @@ phoneNumber: string; dept: any; deptName:string; - resources: any; - knowledges: any; - dialogs: any; createTime: string; status: string; psw:string; @@ -178,9 +175,9 @@ } export function KnowledgeList() { - return axios.get<Result<Knowledge>>('/base/system/knowledge/list'); + return axios.get<Result<Knowledge>>('/api/v1/kb/list'); } export function DialogList() { - return axios.get<Result<Knowledge>>('/base/system/dialog/list'); + return axios.get<Result<Knowledge>>('/api/v1/dialog/list'); } -- Gitblit v1.8.0