This commit is contained in:
2023-11-21 18:30:30 +08:00
parent e5b9c0d7ad
commit 4976da1570
61 changed files with 1075 additions and 8118 deletions

View File

View File

@@ -0,0 +1,17 @@
import request from '@/utils/request'
export default {
// 获取用户列表
customerListPage: function(data) {
return request({
url: '/lpkcustomer/customerListPage',
method: 'post',
data: data
});
},
}