Mr.Zhang
2023-08-30 b2bf29a2e58d0cbf7dbe19f5640598e64f14b637
minipro_standard/util/api/index.js
@@ -17,7 +17,6 @@
// 菜单数据
export function getTreeList(params) {
   return http.get('/system/menu/treeNodes', {params})
}
// 退出登录
@@ -25,3 +24,12 @@
   return http.get(`/wechat/logout`)
}
// 登录
export function wxAccountLogin(data) {
   return http.post('/system/wxAccountLogin', data)
}
// 获取当前登录用户信息
export function getUserInfo(params) {
   return http.get('/system/getUserInfo', {params})
}