heyujie
2022-03-01 2437e07e758eeef362edd7bf094395d55798d982
src/api/system.ts
@@ -517,3 +517,18 @@
  })
}
export const getAuthInfo = () => {
  return request({
    url: "/data/api-v/sysset/showAuthInfo",
    method: "get"
  })
}
export const setAuthInfo = (data: any) => {
  return request({
    url: "/data/api-v/sysset/setAuthInfo",
    method: "post",
    data
  })
}