fix:
This commit is contained in:
parent
e1cb3faf4c
commit
69e7513a77
|
@ -591,6 +591,12 @@ export default {
|
|||
req: async function (data) {
|
||||
return await http.post(`${config.API_URL}/wpmw/wpr/new_number/`, data);
|
||||
}
|
||||
}
|
||||
},
|
||||
query: {
|
||||
name: "动态产品",
|
||||
req: async function (data) {
|
||||
return await http.post(`${config.API_URL}/wpmw/wpr/cquery/`, data);
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue