代码更新

This commit is contained in:
jia 2023-09-06 09:22:54 +08:00
parent 440914a9c3
commit 069e8c30e7
3 changed files with 2 additions and 2 deletions

View File

@ -551,7 +551,7 @@ export function priceRuleApi(id) {
* @returns {*}
*/
export function supMenuApi(data) {
return request.get('intention/cate', data);
return request.get('intention/v2/cate', data);
}
/**
* 供销市场标签

View File

@ -101,7 +101,7 @@ export default {
if(this.mark < this.allList.length){
this.waterFall()
}
console.log(this.rightList,this.leftList)
}
},
immediate: true,

Binary file not shown.

After

Width:  |  Height:  |  Size: 421 B