main
fanfan 2 months ago
parent 5a274cc4ad
commit 5c7faba503
  1. 14
      src/api/goods/index.js
  2. 1564
      src/views/goods/Index.vue

@ -18,7 +18,19 @@ const api = {
collector:'/goods/collector',
category: '/goods/category',
oneShelf:'/goods/oneClickShelf',
oneOffTheShelf:'/goods/oneClickOffTheShelf'
oneOffTheShelf:'/goods/oneClickOffTheShelf',
jingPin:'/goods/jingpin',
}
/**
* 精品
* @param {*} data
*/
export function jingPin (data) {
return axios({
url: api.jingPin,
method: 'post',
data: data
})
}
/**
* 一键上架

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save