改个接口

This commit is contained in:
shijingjing
2023-04-10 17:31:43 +08:00
parent d51ae093cb
commit 731816ca11

View File

@@ -113,7 +113,7 @@ export default {
},
// 事件类型
getType() {
this.$instance.post(`/app/appintegralrule/listByFD`).then(res=> {
this.$instance.post(`/app/appintegralrule/listByFdNew`).then(res=> {
if(res?.data) {
this.list = res.data
this.dictList = res.data.map(v => {