浏览代码

鑫动力,鑫畅途 客户品牌自定义

caojunjie 1 年之前
父节点
当前提交
fc31245d70
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      api/tabBar/classification.js

+ 1 - 1
api/tabBar/classification.js

@@ -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
 	})