index.js 401 B

12345678910111213141516
  1. import https from '@/plugins/luch-request_0.0.7/request'
  2. /** *
  3. * 商城分享(零售、供货商相同) b wangning 2021-6-12
  4. */
  5. export const mainGetMallPoster = data => {
  6. return https.get('/main/get-mall-poster', data)
  7. }
  8. export const getMainInfo = data => {
  9. return https.get('/main/info', data)
  10. }
  11. export const modifyFreight = data => {
  12. return https.post("/main/modify-freight", data);
  13. };