index.js 254 B

1234567891011
  1. import fetch from './fetch'
  2. export default {
  3. uploadPath: '/api/blade-file/file/upload', // 上传
  4. // 注册 登录
  5. loginApi: {
  6. sendSMS (params) {
  7. return fetch('/blade-pc-applet/wechat/home/getHomeNewList', params)
  8. }
  9. }
  10. }