liudong
2024-08-24 bb2503ed5613cc39582acf1dd516fa7ac47540e7
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');
}