|
@@ -86,7 +86,7 @@ export default ($axios) => {
|
|
$axios.get('/wx/user/info', { params })
|
|
$axios.get('/wx/user/info', { params })
|
|
// 获取品牌列表
|
|
// 获取品牌列表
|
|
const fetchBrandList = (params = {}) =>
|
|
const fetchBrandList = (params = {}) =>
|
|
- $axios.get('/wx/shop/brand/list', { params })
|
|
|
|
|
|
+ $axios.get('/wx/auth/brand/list', { params })
|
|
// 获取设备分类列表
|
|
// 获取设备分类列表
|
|
const fetchProductSelectList = (params = {}) =>
|
|
const fetchProductSelectList = (params = {}) =>
|
|
$axios.get('/wx/auth/product/type/select', { params })
|
|
$axios.get('/wx/auth/product/type/select', { params })
|