index.js 209 B

123456
  1. import https from '@/plugins/luch-request_0.0.7/request'
  2. /** 分类页配置(花材展示、广告等) */
  3. export const getCategorySetting = data => {
  4. return https.get('/category-setting/detail', data)
  5. }