index.js 232 B

123456789
  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. }