zuozhengqing
2024-03-11 570e846b0d715fe672fcdfec15cffe60f37c1922
src/api/common/other.js
@@ -32,3 +32,11 @@
    data
  })
}
// 获取登录用户信息
export const getUserInfo = (data) => {
  return request({
    url: "/api-wms/v1/product/getUserInfo",
    method: "get",
    params: data
  })
}