|
@@ -3,7 +3,7 @@ import http from '@/http/api.js'
|
|
// 查询品牌
|
|
// 查询品牌
|
|
export function listAll(params) {
|
|
export function listAll(params) {
|
|
return http.request({
|
|
return http.request({
|
|
- url: '/blade-sales-part/brandDesc/listAll',
|
|
|
|
|
|
+ url: '/blade-sales-part/brandDesc/listAllApp',
|
|
method: 'GET',
|
|
method: 'GET',
|
|
params
|
|
params
|
|
})
|
|
})
|