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