调整客户消息展示

This commit is contained in:
huangdeliang
2021-06-08 18:26:00 +08:00
parent c57defc800
commit 02e5110d2c
13 changed files with 332 additions and 79 deletions

View File

@ -1,5 +1,13 @@
import request from "@/utils/request";
export function fetchCustomerList(query) {
return request({
url: "/services/topic/customers",
method: "get",
params: query
});
}
export function fetchTopicList(query) {
return request({
url: "/services/topic/list",