login.js 101 B

12
  1. // 登录
  2. export const login = (params, config) => uni.$u.http.post(`/user/pdaLogin`, params, config)