问题: - 前端API使用旧路径 /cust/api/v1/customer-contact - 后端已改为 /cust/api/v1/contact - getContactList接口参数不匹配(单个customerId vs params对象) 修复: - 统一前端API路径为 /cust/api/v1/contact - 修改getContactList为分页查询接口,支持params参数 - 修改前端页面调用方式,传递完整的查询参数 - 支持按客户ID和联系人姓名筛选 现在前后端API路径完全一致!
Vue 3 + Vite
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Learn more about IDE Support for Vue in the Vue Docs Scaling up Guide.