api.js 329 B

1234567891011121314151617181920
  1. import {
  2. post,
  3. splicingParam,
  4. get,
  5. postform,
  6. putform,
  7. del
  8. } from "../utils/request"
  9. /**
  10. * [Login description]
  11. * @param {[type]} data [description]
  12. * 用户接口封装示例
  13. */
  14. /*const Login=function name(data) {
  15. return post(map23DConfig.SidebarUrl+'/v1.0/account/auth',data)
  16. }*/
  17. export default {
  18. //Login,
  19. }