clue.js 240 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 import request from '@/service/request.js' import config from '@/common/config.js' export default { // 获取客户线索列表 getCustomerClues(params) { return request.get(`${config.getApiBaseUrl()}/api/Extend/LqKhxx`, params); } }