index.js 334 B

123456789101112131415
  1. import https from '@/plugins/luch-request_0.0.7/request'
  2. /** *
  3. * 首页 m
  4. */
  5. export const getMainIndex = data => {
  6. return https.get('/main/index', data)
  7. }
  8. // 我的
  9. export const mainMy = async (data) => {
  10. return https.get("/main/my", data);
  11. };
  12. export const applyCash = async (data) => {
  13. return https.get("/cash/apply", data);
  14. };